Eclipse madness
Posted: Mon Jul 31, 2017 7:40 am
Hi All,
I have not used eclipse in a while, so please be warned.
I followed all the instructions in this guide http://rusefi.com/forum/viewtopic.php?f=5&t=9
However I still cannot compile within eclipse. I have no problem compiling from console.
I get this error in eclipse
Any idea of a configuration setting that I might have wrong in Eclipse?
I have not used eclipse in a while, so please be warned.
I followed all the instructions in this guide http://rusefi.com/forum/viewtopic.php?f=5&t=9
However I still cannot compile within eclipse. I have no problem compiling from console.
I get this error in eclipse
Code: Select all
Compiling chcoreasm_v7m.s
make: arm-none-eabi-gcc: Command not found
Compiling crt1.c
make: arm-none-eabi-gcc: Command not found
ChibiOS3/os/common/ports/ARMCMx/compilers/GCC/rules.mk:226: recipe for target 'build/obj/chcoreasm_v7m.o' failed
make: *** [build/obj/chcoreasm_v7m.o] Error 127
ChibiOS3/os/common/ports/ARMCMx/compilers/GCC/rules.mk:226: recipe for target 'build/obj/crt0_v7m.o' failed
make: *** Waiting for unfinished jobs....
make: *** [build/obj/crt0_v7m.o] Error 127
make: arm-none-eabi-gcc: Command not found
ChibiOS3/os/common/ports/ARMCMx/compilers/GCC/rules.mk:217: recipe for target 'build/obj/crt1.o' failed
make: *** [build/obj/crt1.o] Error 127