This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: GCC 3.0.4 vs AIX 4.3.1


>>>>> Tiago Fioreze writes:

|        I'm trying to compile gcc-3.0.4 on powerpc-ibm-aix4.3.1.0 but when
| I type the command 'make bootstrap', after a certain time compiling the 
| following error occurs :
| 
|        /var/tmp/cc43eVKP.s: Assembler messages:
|        /var/tmp/cc43eVKP.s:344: Error: Unrecognized opcode: `bge-'

What assembler are you using?  This looks like an error message from the
GNU Assembler.  If the version of GAS is too old, it may not understand
some PowerPC mnemonics in AIX common mode.

Make sure that you are using the AIX assembler and not the GNU assembler
nor the GNU linker.

David


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