This is the mail archive of the gcc-bugs@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]

Re: Bootstrap failure on mips-sgi-irix6.5


  In message <199806290658.XAA00943@smtp.earthlink.net>you write:
  > 
  > 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.
Can you add "-v" to CFLAGS to help us determine what's going on.

jeff


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