This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: m68k fails to build with crosstool


Syed Faisal Akber wrote:
checking version of ld... 2.11.93.0.2, bad ...

Any suggestions on how to proceed get around this error?

I'm wondering if I need to create a new native binutils and put that
in my path(as well as the compiler), and *then* attempt to run
crosstool...

When you build binutils for a cross-platform, you get two copies of the binaries, such as m68k-elf-as and as. Set your path to look at the m68k version of as before it gets to the native version.

$prefix/m68k-elf/bin:...:/usr/bin

This is the quickest way around this issue.

Hey, good idea, I'll try that! - Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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