gcc compil problem

ShiShi shishi75@wanadoo.fr
Sun May 11 10:33:00 GMT 2003


I want to add this to my last mail , i look if gcc compil well with my src fetched for openbsd3_3 but , it don't compil well and return me this :
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  _bb _shtab _clear_cache _trampoline __main _exit  _ctors _pure;  do  echo ${name};  ./xgcc -B/usr/i386-unknown-openbsd3.3/bin/ -B./ -I/usr/i386-unknown-openbsd3.3/include -O2   -DIN_GCC    -O2    -DOPENBSD_NATIVE -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I/usr/src/gnu/egcs/gcc -I/usr/src/gnu/egcs/gcc/config -I/usr/src/gnu/egcs/gcc/../include -c -DL${name}   /usr/src/gnu/egcs/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
*unknown*: Assembler messages:*unknown*:0: Warning: as: I don't understand 'y' flag.
/tmp/ccL31919.s:179: Error: Unknown pseudo-op:  `.section'
*** Error code 1

Stop in /usr/src/gnu/egcs/gcc (line 2047 of Makefile).
*** Error code 1

Stop in /usr/src/gnu/egcs/gcc (line 2199 of Makefile).
*** Error code 1

Stop in /usr/src/gnu/egcs/gcc (line 2194 of Makefile).
*** Error code 1

Stop in /usr/src/gnu/egcs/gcc (line 47 of Makefile.bsd-wrapper).

*unknown*:0: Warning: as: I don't understand 'Q' flag.
*unknown*:0: Warning: as: I don't understand 'y' flag.
_divdi3
*unknown*: Assembler messages:
*unknown*:0: Warning: as: I don't understand 'Q' flag.



More information about the Gcc-bugs mailing list