EmbDev.net

Forum: ARM programming with GCC/GNU tools error 127


von Daniel G. (danielgomezco)


Rate this post
useful
not useful
I have a little problem,  I import a proyect to a yagarto whit a eclipce
Ide
but when i traing to compile thos error happent

**** Build of configuration Default for project LeidyDaniel ****

make all
C:\Program: C:\Program: No such file or directory
make: *** [begin] Error 127


somebody told me that i have the makefile in other patch and i need to
configure the makefile´s patch,

Please help me


I´m new in this type of controlers

von Jonathan D. (dumarjo)


Rate this post
useful
not useful
Daniel Gomez wrote:
> I have a little problem,  I import a proyect to a yagarto whit a eclipce
> Ide
> but when i traing to compile thos error happent
>
> **** Build of configuration Default for project LeidyDaniel ****
>
> make all
> C:\Program: C:\Program: No such file or directory
> make: *** [begin] Error 127
>
>
> somebody told me that i have the makefile in other patch and i need to
> configure the makefile´s patch,
>
> Please help me
>
>
> I´m new in this type of controlers

Hi,

This is normal if you have a Makefil with SHELL = sh and your have your
make.exe in a path with a space in it. "program file" for example.

You have 2 choice.

1- change the SHELL to SHELL = cmd. This will work. but you will have an
error on the -f think in the sizebefore and sizeafter command.

2- change you path to something without space in your environement
variable. "c:\progra~1\openocd-r279\....." instead of c:\program
file\openoncd-r279\....."

Hope this help.

Jonathan

von Daniel G. (danielgomezco)


Rate this post
useful
not useful
thanks Jonathan the second solutions works great

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.