cross compiling for new system.

Ian Lance Taylor iant@google.com
Tue Jul 19 05:30:00 GMT 2011


"Bill Cunningham" <billcun@suddenlink.net> writes:

>    I have gcc-4.6.0 and binutils-2.21. I have cross compiled binutils
> but have the code for my architecture present. The thing is I can't
> get the compiler to find this new runtime linker. Are there special
> environment variables or switches that I would need to use the new ld,
> as, and ranlib?

If you configure gcc and the binutils with the exact same --prefix
option, then after you "make install" gcc should find the newly built
binutils.

Ian



More information about the Gcc-help mailing list