Hey there,
I'm trying to compile gcc-2.6.3 onto our DEC Alpha 3000/300 running
Digital Unix 3.2c and I'm having some problems. Here is a portion of the
orginial problem.
> While compiling gcc-2.6.3, gmake encountered an Error from 'make LANGUAGES=c'
.
>
> Here are the last few lines:
>
>
> touch stmp-int-hdrs
> ./xgcc -B./ -DIN_GCC -g -I./include -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I.
> -c ./enquire.c
> mips-tfile, /tmp/ccaazvwa.s:0 index 4294967295 is out of bounds for lstrs,
> max is 0, mips-tfile.c line# 4642
> gmake: *** [enquire.o] Error 1
>
>
> Any clues from out there?
I then installed the binutils-2.5.2hoping that would help but now I getting
assembler errors:
./xgcc -B./ -O2 -DIN_GCC -g -I./include -g1 -I. -I. -I./config -c
-DL${name} \
./libgcc2.c -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done
_muldi3
/tmp/ccaavega.s: Assembler messages:
/tmp/ccaavega.s:3: Warning: Tried to set unrecognized symbol: volatile
_divdi3
/tmp/ccaaysza.s: Assembler messages:
/tmp/ccaaysza.s:3: Warning: Tried to set unrecognized symbol: volatile
_moddi3
/tmp/ccaayqqa.s: Assembler messages:
/tmp/ccaayqqa.s:3: Warning: Tried to set unrecognized symbol: volatile
_udivdi3
.
.
(buch more assembler errors)
.
.
Warning: Linking some objects which contain exception information sections
and some which do not. This may cause fatal runtime exception handling
problems (last obj encountered without exceptions was ./libgcc.a).
.
.
.
These assembler errors continue until the 'make LANGUAGES=c' is done and then a
'make stage1' crashes (of course).
If anybody has any suggestions, fixes or knows of any patches please let me
know.
Jason Montgomery
<jdm_at_hublink.com>
Received on Wed Nov 29 1995 - 23:53:03 NZDT