This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure on mips-sgi-irix6.5
- To: mark at markmitchell dot com
- Subject: Re: Bootstrap failure on mips-sgi-irix6.5
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 29 Jun 1998 01:51:49 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
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