Hi,
I'm trying to compile gcc 2.95.2 on Tru64 5.1 with little success.
I'm using gnu make 3.79, and have edited the GNU configure script to allow
configure to correctly identify the system as OSF 5 as recommended by
several users on this list (msg00467.html in the archives). This
overcomes the ASM_FILE_START symbol errors and allows it to build
somewhat. However it still seg faults trying to build the bootstrap
compiler...
> ../gcc-2.95.2/configure
> make bootstrap
.....
.....
....
_fixdfdi
_fixunssfdi
_fixsfdi
_fixxfdi
mips-tfile, /tmp/ccmAFfUm.s:8 Invalid .stabs/.stabn directive, value not
found
line: #.stabs "/usr/local/sources/BUILD/gccbuild/gcc/",100,0,0,$Ltext0
mips-tfile, /tmp/ccmAFfUm.s:9 Invalid .stabs/.stabn directive, value not
found
line: #.stabs "../../gcc-2.95.2/gcc/libgcc2.c",100,0,0,$Ltext0
mips-tfile, /tmp/ccmAFfUm.s:157 Segmentation fault
line: #.stabs "DIunion:t167=168=u8s:166,0,64;ll:161,0,64;;",128,0,139,0
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/usr/local/sources/BUILD/gccbuild/gcc'
make[2]: *** [stmp-multilib-sub] Error 2
make[2]: Leaving directory `/usr/local/sources/BUILD/gccbuild/gcc'
make[1]: *** [stmp-multilib] Error 1
make[1]: Leaving directory `/usr/local/sources/BUILD/gccbuild/gcc'
make: *** [all-gcc] Error 2
I've seen other posts with this problem in the archives.
Has anyone solved this?
Any help appreciated,
Paul
Received on Wed Nov 01 2000 - 16:57:13 NZDT