[En-Nut-Discussion] Question about following the cross tool chain compilation in Mac osx

Harald Kipp harald.kipp at egnite.de
Fri Jan 30 17:54:36 CET 2009


Lucius Fox wrote:

> When you say it can co-exist, do I need to put a different PREFIX when run
> the configure command to make sure it does not over-write what I have ?

Because of
 export target=avr
or
 export target=arm-elf
the AVR binaries will have avr- and the ARM binaries will have arm-elf-
prepended. So, for example, you will end up with
 /usr/local/bin/gcc
for the Intel compiler
 /usr/local/bin/avr-gcc
for the AVR cross compiler and
 /usr/local/bin/arm-elf-gcc
for the ARM cross compiler. The same is true for all the other toolchain
binaries created by the procedure described.

Harald



More information about the En-Nut-Discussion mailing list