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

Lucius Fox lucius.fox08 at gmail.com
Fri Jan 30 19:33:38 CET 2009


Harald,

Thank you for your help. I appreciate it.



On Fri, Jan 30, 2009 at 8:54 AM, Harald Kipp <harald.kipp at egnite.de> wrote:

> 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
> _______________________________________________
> http://lists.egnite.de/mailman/listinfo/en-nut-discussion
>



More information about the En-Nut-Discussion mailing list