This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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: Problem Building cross GCC 4.6.0


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.


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