powerpc-ibm-aix4.2.0.0 native bootstrap failure
Joseph H. Buehler
jhpb@sarto.gaithersburg.md.us
Wed Dec 3 00:40:00 GMT 1997
Jeffrey A Law <law@cygnus.com> writes:
> In message < m2btz0d0aj.fsf@altera.gaithersburg.md.us >you write:
> > Has anyone seen this? I cannot "make bootstrap", I get core dumps,
> > regardless of whether I try cc or xlc for the bootstrap compiler.
> Have you tried Bruno Haible's patch? Did it fix the problem?
I'll see if I can find it, but if someone could email me a pointer to
it in the meanwhile...
Part of the problem as probably that I was building in the source
tree. Compiling 971201 with split trees gets a lot further. I get an
alignment problem from the stage 1 compiler now, as shown below.
Joe Buehler
stage1/xgcc -Bstage1/ -DIN_GCC -O2 -g -DHAVE_CONFIG_H -o genattr \
genattr.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` -lm -lld
./genattr ../../src/gcc/config/rs6000/rs6000.md > tmp-attr.h
exec(): 0509-036 Cannot load program ./genattr because of the following errors:
0509-029 Alignment of text does not match required alignment.
0509-025 The ./genattr file is not executable or not in correct XCOFF format.
0509-026 System error: Cannot run a file that does not have a valid format.
gmake[3]: *** [stamp-attr] Error 255
gmake[3]: Leaving directory `/a/earth/fs2/tmp/pandora/egcs-971201/build/gcc'
gmake[2]: *** [bootstrap-lean] Error 2
gmake[2]: Leaving directory `/a/earth/fs2/tmp/pandora/egcs-971201/build/gcc'
gmake[1]: *** [bootstrap-lean] Error 2
gmake[1]: Leaving directory `/a/earth/fs2/tmp/pandora/egcs-971201/build'
*** FATAL ERROR: problem installing egcs-971201
More information about the Gcc-bugs
mailing list