Re: Difficulties with creating a cross compiler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Scott Moore wrote:

> Why does gcc make create this batch file "as" on cross compilers?

You did install a cross-binutils and put its $prefix/bin ahead of the
native tools in the PATH, right?  Because it looks like the gcc
configure wasn't able to find arm-elf-as and is doing the wrong thing. 
There is no way you can build a cross-compiler without first building a
cross-assembler and cross-linker (neither of which are part of gcc.)

Brian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux