Hello all,
I've googled for this question and saw that someone else brought it up once before, however there never was a reply.
So please let me ask if anyone knows what's going on here:
/net/public1/gnu/gcc-3.2/bin/gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattrtab \
genattrtab.o genautomata.o \
rtl.o read-rtl.o bitmap.o ggc-none.o min-insn-modes.o gensupport.o insn-conditions.o print-rtl1.o errors.o \
varray.o ../libiberty/libiberty.a -lm
collect2: ld terminated with signal 11 [Segmentation Fault], core dumped
make[2]: *** [genattrtab] Fout 1
make[2]: Leaving directory `/net/public2/reinout/gcc-objdir/gcc'
make[1]: *** [stage1_build] Fout 2
make[1]: Leaving directory `/net/public2/reinout/gcc-objdir/gcc'
make: *** [bootstrap] Fout 2
I'm trying to build GCC 3.4.2 on Solaris 8 (sparc) with gcc 3.2 as base compiler. I have GNU-binutils v2.15.
Thanks for any suggestions or tips!
regards,
-- Reinout