This is the mail archive of the crossgcc@sourceware.org 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]

Weirdness with cross compilation on x86 for powerpc target


The resulting directory structure is a little weird.  I'm outputting
to a ..../toolchain directory, and this is what I end up with:

....toolchain/bin -- contains the built cross compilers with the
correct prefix.  These compilers build binaries for the target.
....toolchain/powerpc-unknown-linux-gnu/bin -- These compilers, which
have no prefix, build binaries for my x86 host!

Then, when I compile I end up with the following error:
powerpc-unknown-linux-gnu-g++: /lib/tls/i686/cmov/libc.so.6: version
`GLIBC_2.11' not found (required by powerpc-unknown-linux-gnu-g++)

Any ideas as to why it's looking for the i686 libc.so.6?

I just cloned out the head revision as of wednesday.

Attachment: build.log.bz2
Description: BZip2 compressed data

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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