Problems bootstrapping on powerpc-unknown-linux-gnu (Re: What toinclude in a bugreport related to boostrapping?)

David Edelsohn dje@watson.ibm.com
Fri Jun 7 12:47:00 GMT 2002


>>>>> Alexander Klein writes:

Alex> /tmp/ccsd2PZg.s: Assembler messages:
Alex> /tmp/ccsd2PZg.s:44: Error: Unrecognized opcode: `nabs'

	The "nabs" instruction is allowed on PPC601.  This may be another
case where --with-cpu= does not work well for PowerPC.  MkLinux does not
have a separate configuration for GCC, otherwise you could default to
PPC601 there.  Probably better to use the standard PowerPC model when
building the compiler and explicitly using "-mcpu=601" when compiling
applications. 

Alex> -o insn-recog.o
Alex> virtual memory exhausted: Cannot allocate memory

Alex> Which means that the job ate more than 40MB of virtual memory before being
Alex> killed by the system.

	insn-recog requires a lot of time and memory to optimize.

David



More information about the Gcc mailing list