This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cross compiling for new system.


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]