Bootstrap failure on mips-sgi-irix6.5

Mark Mitchell mark@markmitchell.com
Sun Jun 28 23:56:00 GMT 1998


I get:

  ./xgcc -B./ -O2   -DIN_GCC    -g -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -I. -I../../gcc -I../../gcc/config -c -DL${name} \
      ../../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
ld32: FATAL 11: Object file format error (/usr/tmp/ccUytB0C):
      unrecognizable fo

Note that the linker is being invoked even with `-c'.  In fact, xgcc
will do this for all files.  `-S' does not result in linker
invocation, however.

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com



More information about the Gcc-bugs mailing list