This is the mail archive of the gcc@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]

Re: Cannot bootstrap gcc compiler on main line


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.


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