[En-Nut-Discussion] Ethernut-4.9.10 build errors

Stefan Profanter enut at s.profanter.me
Tue Mar 29 23:48:34 CEST 2011


Hi
You have to change the following file:
Ethernut-4.9/nut/Makevars.arm-gcc

From
TRGT       = arm-elf-
#TRGT       = arm-none-eabi-

To
#TRGT       = arm-elf-
TRGT       = arm-none-eabi-

Because the arm compiler in the YAGARTO package is arm-none-eabi-gcc and not
arm-elf-gcc. This Error message means that Windows can't create a process
with arm-elf-gcc because this file doesn't exists.

---------
Stefan




More information about the En-Nut-Discussion mailing list