Hello, I have a win 2000 box using eclipse and gnuarm (rev gcc 4.1.1). I am using cgwin rev bu-2.17_gcc-4.1.1-c-c++_nl-1.14.0_gi-6.5.exe.
The make command is failing within eclipse and at command prompt with error. (as seen from command prompt) R:\ make make: arm-elf-gcc: Command not found Make: ** [main.o] error 127 (as seen from eclipse ide) .assembling arm-elf-as -ahls -mapcs-32 -o crt.o crt.s > crt.lst .compiling arm-elf-gcc main.c make: arm-elf-gcc: Command not found make: *** [main.o] Error 127 make: Target `all' not remade because of errors. Note: the first command in the makefile, arm-elf-as does work from within the eclipse IDE. If I manually type arm-elf-gcc main.c at the command line compilation occurs. Arm-elf-gcc, arm-elf-as and make.exe reside in their respective directory paths are are defined in the Path variable. c:\cygwin\bin; and c:\program files\gnuarm\bin. I did search the entire computer and rename any explicit instance of "make.exe" not associated to the above cygwin path. What have I done wrong? Thanks, Ken -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/