egcs-1.0 on mips irix 5.3 failed
Red Hat Linux User
adler@ssadler.phy.bnl.gov
Mon Dec 29 19:54:00 GMT 1997
Hi,
I tried to install your egcs 1.0 on my challange L running IRIX 5.3.
The following is the tail of the logfile from 'make bootstrap'. Any
clues? Also, on a happier note, I was able to fully build egcs 1.0
on an alpha station 250 4/266 (Avanti class alpha PC) running
redhat linux 5.0.
Cheers. Stephen.adler@bnl.gov
mv -f cplib2.new cplib2.txt
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _op_new _op_vnew _new_handler _op_delete _op_vdel _bb _shtab _clear_cache _trampoline __main _exit _ctors _eh _pure; \
do \
echo ${name}; \
./xgcc -B./ -O2 -DIN_GCC -g -I./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I../../egcs-1.0/gcc -I../../egcs-1.0/gcc/config -c -DL${name} \
../../egcs-1.0/gcc/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
_divdi3
_moddi3
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LECIE1-$LSCIE1
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte 0x0
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LEFDE1-$LSFDE1
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LSFDE1-__FRAME_BEGIN__
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LFB1
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LFE1-$LFB1
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LCFI0-$LFB1
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LCFI1-$LCFI0
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LCFI2-$LCFI1
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LCFI3-$LCFI2
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte $LCFI4-$LCFI3
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:Badly delimited numeric literal
.4byte 0x0
as0: Error: ../../egcs-1.0/gcc/libgcc2.c, line 1:malformed statement
gmake[2]: *** [libgcc2.a] Error 1
gmake[2]: Leaving directory `/physgi01.disk1/PublicDomain/src/egcs-1.0.obj/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/physgi01.disk1/PublicDomain/src/egcs-1.0.obj/gcc'
gmake: *** [bootstrap] Error 2
More information about the Gcc-bugs
mailing list