Guest
#1171912
I am trying out the YAGARTO toolchain with Eclipse, but I can't get the WinARM sample applications to compile. Following is a snipet of the errors I get with the BasicUSB sample project. It appears that the makefile can't call the "echo" command. Any idea why this doesn't work under YAGARTO??? make -k all process_begin: CreateProcess(NULL, echo, ...) failed. make (e=2): The system cannot find the file specified. make: *** [begin] Error 2 arm-elf-gcc (GCC) 4.1.1 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. process_begin: CreateProcess(NULL, echo, ...) failed. make (e=2): The system cannot find the file specified. make: *** [../compil/SrcWinARM/Cstartup.o] Error 2 process_begin: CreateProcess(NULL, echo, ...) failed. make (e=2): The system cannot find the file specified. make: *** [interrupt_Usart.o] Error 2 process_begin: CreateProcess(NULL, echo, ...) failed. make (e=2): The system cannot find the file specified. make: *** [../compil/SrcWinARM/Cstartup_SAM7.o] Error 2 process_begin: CreateProcess(NULL, echo, ...) failed. make (e=2): The system cannot find the file specified. make: *** [main.o] Error 2 process_begin: CreateProcess(NULL, echo, ...) failed. make (e=2): The system cannot find the file specified. make: *** [cdc_enumerate.o] Error 2 process_begin: CreateProcess(NULL, echo, ...) failed. make (e=2): The system cannot find the file specified.