This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Assembler error on bootstrap for i386-sequent-sysv4


Hello,

I experienced the following fatal error while compiling
gcc 2.95.2 on Sequent Numa machines (i386-sequent-sysv4):



./xgcc -B/usr/local/i386-sequent-sysv4/bin/ -B./ -I/usr/local/i386-sequent-sysv4/include -O2   -DIN_GCC     -g -I./inclu
de  -fPIC -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I../../gcc -I../../gcc/config -I../../gcc/../include -c -DL$
{name} \
       ../../gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  ` if [ -f /sita/GNU/gcc-2.95.2/OBJDIR/gcc/../binutils/ar ] ; then echo /sita/GNU/gcc-2.95.2/OBJDIR/gcc/../binutils/ar
; else if [ "i386-sequent-sysv4" = "i386-sequent-sysv4" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ; fi; fi`
rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
/usr/local/i386-sequent-sysv4/bin/as: unrecognized option `-no_0f_fix'
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/sita/GNU/gcc-2.95.2/OBJDIR/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/sita/GNU/gcc-2.95.2/OBJDIR/gcc'
make: *** [bootstrap] Error 2

I will be more than happy to provide any necessary additional
information.
Regards,
Frederic



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]