Building GCC 4.2 for powerpc64-linux with multilib enabled
Sergei Poselenov
sposelenov@emcraft.com
Mon May 21 17:04:00 GMT 2007
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
More information about the crossgcc
mailing list