error 127

OP #1173798
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
#1173799
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

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now