This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cannot bootstrap gcc compiler on main line
- To: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- Subject: Re: Cannot bootstrap gcc compiler on main line
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Wed, 12 Sep 2001 08:57:46 -0700
- Cc: gcc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- References: <Pine.LNX.4.21.0109121831410.30339-100000@snake.iap.physik.tu-darmstadt.de>
On Wed, Sep 12, 2001 at 06:32:34PM +0200, Peter Schmid wrote:
> I cannot bootstrap gcc 3.1 from the current cvs sources on the
> i686-pc-linux-gnu target. I employ gcc 3.0.1 for building the stage 1
> compiler. Binutils are version 2.11.90.0.23.
>
> /tmp/ccnTghgj.s:501: Warning: Unrecognized .section attribute: want a,m,s,w,x
Binutils 2.11.90.0.23 only supports "ms". You will need 2.11.90.0.32 or
the one from CVS for "MS". I am planning to release 2.11.90.0.32 in a
few weeks. gcc checks "aMS" before using it. I don't know why it
failed.
H.J.