Problem Building cross GCC 4.6.0
Kai Ruottu
kai.ruottu@wippies.com
Tue Mar 29 19:00:00 GMT 2011
29.3.2011 6:17, shea@shealevy.com kirjoitti:
> I'm trying to build GCC 4.6.0 on an x86_64-unknown-linux-gnu host
> targeting mipsel-unknown-linux. The build of libquadmath is failing with:
>
> checking dynamic linker characteristics... configure: error: Link tests
> are not allowed after GCC_NO_EXECUTABLES.
>
> The configure flags are here: https://gist.github.com/891740
If you haven't yet any C library for Linux/mipsel, why you expect being
capable to build any of the extra libraries coming with GCC, these tried
to be got being in sync with the existing target C library?
The build & install commands in your "bootstrap" case could be :
make all-gcc
make all-target-libgcc
make install-gcc
make install-target-libgcc
for building only GCC and libgcc and installing only them... None
of those extra target libraries which should be built only after
there is that target C library and one could compile and link a
"Hello World" with it.
More information about the Gcc-help
mailing list