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]

Building GCC 4.2 for powerpc64-linux with multilib enabled


Hello all,

I'm building the gcc-4.2-glibc-2.5 toolchain for powerpc64 target using the crosstool-0.43 scripts. Properly patched (thanks to all),
build went fine to the stage of building the final gcc and
failed here compiling the 32-bit crt* stuff. The error is:
...
error: gnu/stubs-32.h: No such file or directory
...


This is how I've learned the need of
GCC_EXTRA_CONFIG="--disable-multilib" for powerpc64 target...

Nevertheless, is there any way to build the final cross-compiler
with multilib enabled?
Should I do it hard way starting with the 32-bit powerpc target
to get the needed stubs-32.h installed first?

Thanks a lot,
Sergei

--
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]