This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
mips-irix6.2 egcs
- To: egcs at cygnus dot com
- Subject: mips-irix6.2 egcs
- From: Mark Schaefer <mschaefer at dsai dot com>
- Date: Tue, 10 Mar 1998 08:44:46 -0700
- Organization: Decision-Science Applications, Inc.
First,
Jeff, Thanks for the make bootstrap help, it looks like it was
working. Now for another error:
./xgcc -B./ -O2 -DIN_GCC -g -I./include -g1
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fexceptions -I. -I. -I./config
-c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
ar rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
./frame
./frame.c: In function `execute_cfa_insn':
./frame.c:663: internal error--unrecognizable insn:
(jump_insn 671 670 672 (addr_diff_vec:SI (label_ref:SI 670)
[
(label_ref:SI 676)
(label_ref:SI 115)
(label_ref:SI 135)
(label_ref:SI 156)
(label_ref:SI 185)
(label_ref:SI 209)
(label_ref:SI 282)
(label_ref:SI 676)
(label_ref:SI 676)
(label_ref:SI 312)
(label_ref:SI 456)
(label_ref:SI 511)
(label_ref:SI 368)
(label_ref:SI 410)
(label_ref:SI 434)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 649)
(label_ref:SI 562)
(label_ref:SI 627)
]
(const_int 0)
(const_int 0) 0) -1 (nil)
(expr_list:REG_BR_PRED (const_int 12)
(nil)))
xgcc: Internal compiler error: program cc1 got fatal signal 6
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
Signal 6 is an ABORT on SGI's, and I'm not absolutely sure that the line
above the first ./frame line really pertains to this, since it looks
like a huge if then statement. Complex makefiles are way out of my
league. I can sorta get the simpler ones.
--
Mark Schaefer