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]
Other format: [Raw text]

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


2. powerpc-unknown-linux-gnu (precisely MkLinux with a 2.0.38-osfmach3
kernel (GCC 2.95.3 bootstrapped without problems)) with binutils 2.12:

2.1 configured with --with-cpu=601 --program-suffix=-3.1 (assuming that 601
is the right code for a PPC-601, at least, it did not complain):

./xgcc -B./ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -isystem
/usr/local/powerpc-unknown-linux-gnu/include -isystem
/usr/local/powerpc-unknown-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include
-fPIC -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I.
-I/import/gcc-3.1/gcc -I/import/gcc-3.1/gcc/. -I/import/gcc-3.1/gcc/config
-I/import/gcc-3.1/gcc/../include  -fPIC -mstrict-align -DL_negdi2 -c
/import/gcc-3.1/gcc/libgcc2.c -o libgcc/./_negdi2.o
/tmp/ccsd2PZg.s: Assembler messages:
/tmp/ccsd2PZg.s:44: Error: Unrecognized opcode: `nabs'
make[3]: *** [libgcc/./_negdi2.o] Error 1
make[3]: Leaving directory `/usr/local/src/GCCBUILD/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/usr/local/src/GCCBUILD/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/src/GCCBUILD/gcc'
make: *** [bootstrap-lean] Error 2


2.2 configured only with --program-suffix=-3.1:

stage1/xgcc -Bstage1/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -DIN_GCC
-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I.
-I/import/gcc-3.1/gcc -I/import/gcc-3.1/gcc/. -I/import/gcc-3.1/gcc/config
-I/import/gcc-3.1/gcc/../include -c insn-recog.c \
  -o insn-recog.o
virtual memory exhausted: Cannot allocate memory
make[2]: *** [insn-recog.o] Error 1
make[2]: Leaving directory `/usr/local/src/GCCBUILD/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/local/src/GCCBUILD/gcc'
make: *** [bootstrap-lean] Error 2

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

Later,

	Alex



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