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: Building g++ 3.0 under AIX


> The problem seems to be in building libstdc++-v3.
> My procedure was to :
> build and install latest-snapshot binutils.

I've tried that and it did not work, something is wrong with nm and
maybe with ar as well.  Make sure you only use as from binutils.

> The error is coming from the assembler, I've attached the output from
> make bootstrap.

gcc emits crnot which is rejected by gas in power mode, because the
old Power assembler does not support this.  You can hand-patch gas to
accept crnot, or fix gcc to use the right crnor format.  With that
libstdc++ builds fine.

Zoli


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