I am new to Eclipse. Using Yagarto site I have downloaded tools for ARM
processors which includes GNU (compiler) and Eclipse as IDE. I am
attempting to compile an example project. Each time I execute the command
"clean" or "build all" follwing is the message I receive:
make -k all
compiling
arm-elf-gcc -I./ -c -fno-common -00 -g main.c
process begin: CreateProcess(null)arm-elf-gcc -I./ -c -fno-common -00 -g
main.c...) failed
make (e=2): The system cannot find the file specified.
I have made several attempts to set up the project discovery options so
that arm-elf-gcc.exe is correctly in the compiler invocation command path
and so on. I have also reinstalled everyting in two different PC with the
same result. Regardless, nothing has worked. Any help will be greatly
appreciated. Thanks.