Page 1 of 1

Error when compiling GCC 4.3.1

Posted: Sun Sep 28, 2008 8:05 pm
by Mounter
Hi

I have found an error when trying to compile the libstdc++ of the OS Specific Toolchain wiki page, when I am want to compile the GCC 4.3.1 gives me the following error:

Configuration i586-pc-Myos not supported.

And I saw that was necessary to configure the file libgcc/config.host to continue to build on.

But now I get the following error:

checking for shl_load... configure: error: Link tests are not allowed
after GCC_NO_EXECUTABLES.

And I do not know how I can resolve this problem.

Re: Error when compiling GCC 4.3.1

Posted: Mon Sep 29, 2008 12:25 am
by Mounter
I found a thread with the resolution of the problem:

http://gcc.gnu.org/ml/gcc-patches/2007-11/msg01560.html

To make the toolchain I used GCC 4.3.1, binutils 2.18 and newlib-1.16.0.

I posted this topic here, considering the correction of the page OS Specific toolchain.

Until more.