[En-Nut-Discussion] Setting cross_compile

Harald Kipp harald.kipp at egnite.de
Sat May 8 19:10:47 CEST 2010


Due to a missing 'n' in the destination address this didn't make it into
the list. As it is of general interest, I'll post the answer here.

On 08.05.2010 15:45, nima.g.67 wrote:
> Hello all,
> I had a problem compiling with new yagarto toolchain.i figured out the problem.
> The cross_compile variable for new toolchain should be arm_none_eabi-  which currently is arm-elf-.
> I wanna know how can i chang this variable while working with ethernut.
> Thank you
> Sincerely

Modify nut/Makevars.arm-gcc

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

and rebuild Nut/OS and your application.

Harald






More information about the En-Nut-Discussion mailing list