Error when compiling GCC 4.3.1

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
Mounter
Posts: 8
Joined: Sun Aug 12, 2007 12:45 pm
Location: Feliz, Rio Grande do Sul, Brazil
Contact:

Error when compiling GCC 4.3.1

Post 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.
Mounter
Posts: 8
Joined: Sun Aug 12, 2007 12:45 pm
Location: Feliz, Rio Grande do Sul, Brazil
Contact:

Re: Error when compiling GCC 4.3.1

Post 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.
Post Reply