public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* mips-irix6.2 egcs
@ 1998-03-10 11:36 Mark Schaefer
  1998-03-10 22:02 ` Jeffrey A Law
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Schaefer @ 1998-03-10 11:36 UTC (permalink / raw)
  To: egcs

    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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mips-irix6.2 egcs
  1998-03-10 11:36 mips-irix6.2 egcs Mark Schaefer
@ 1998-03-10 22:02 ` Jeffrey A Law
  0 siblings, 0 replies; 4+ messages in thread
From: Jeffrey A Law @ 1998-03-10 22:02 UTC (permalink / raw)
  To: Mark Schaefer; +Cc: egcs

  In message < 98Mar10.084415mst.26881@colorado.dsai.com >you write:
  > ./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)
Fixed in the current sources.  Update final.c if you're CVS
aware.  Or browse recent messages to egcs/egcs-bugs as the patch
to fix this has been posted once or twice.

jeff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mips-irix6.2 egcs
  1998-03-09 16:57 Mark Schaefer
@ 1998-03-09 21:39 ` Jeffrey A Law
  0 siblings, 0 replies; 4+ messages in thread
From: Jeffrey A Law @ 1998-03-09 21:39 UTC (permalink / raw)
  To: Mark Schaefer; +Cc: egcs

  In message < 98Mar9.175653mst.26881@colorado.dsai.com >you write:
  > 
  >     Mips egcs users...
  > 
  >     I'm having the following problem trying to compile my first egcs on
  > an IRIX platform.  I've compiled it before on Linux without any
  > trouble...
Use "make bootstrap", not "make".

jeff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* mips-irix6.2 egcs
@ 1998-03-09 16:57 Mark Schaefer
  1998-03-09 21:39 ` Jeffrey A Law
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Schaefer @ 1998-03-09 16:57 UTC (permalink / raw)
  To: egcs

    Mips egcs users...

    I'm having the following problem trying to compile my first egcs on
an IRIX platform.  I've compiled it before on Linux without any
trouble...

Snapshot 3-03-98:

    config.guess = mips-sgi-irix6.2

make -f f/Makefile "AR_FLAGS=rc"  "AR_FOR_TARGET=ar"  "BISON=bison"
"BISONFLAGS="  "CC=cc"  "CFLAGS=-O2"  "CLIB="
"GCC_FOR_TARGET=/bigdisk/tmp/schaefer/egcs-980308/gcc/xgcc
-B/bigdisk/tmp/schaefer/egcs-980308/gcc/"  "LDFLAGS="  "LEX=lex"
"LEXFLAGS="  "LN=ln"  "LN_S=ln -s"
"MAKEINFO=/bigdisk/tmp/schaefer/egcs-980308/texinfo/makeinfo/makeinfo "
"MAKEINFOFLAGS="  "RANLIB_FOR_TARGET=true"  "RANLIB_TEST_FOR_TARGET=[ -f
/bigdisk/tmp/schaefer/mips-sgi-irix6.2/bin/ranlib ]"  "SHELL=/bin/sh"
"STAGE_PREFIX="  "exeext="  "build_exeext="  "objext=.o"
"exec_prefix=/bigdisk/tmp/schaefer"  "prefix=/bigdisk/tmp/schaefer"
"local_prefix=/usr/local"
"gxx_include_dir=/bigdisk/tmp/schaefer/include/g++"
"tooldir=/bigdisk/tmp/schaefer/mips-sgi-irix6.2"
"bindir=/bigdisk/tmp/schaefer/bin"
"libsubdir=/bigdisk/tmp/schaefer/lib/gcc-lib/mips-sgi-irix6.2/egcs-2.91.13"
VPATH=. srcdir=. f771
        cc -c  -DIN_GCC   -O2  -W -Wall    -If -I./f -I. -I. -I./config
f/bad.c -o f/bad.o
cc: Error: malformed or unknown option: -W
*** Error code 2 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)

    It looks like someone is assuming that any C compiler will support
the gcc "-Woff and -W" options

Any tips on this one?

Thanks
--
Mark Schaefer



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-03-10 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-10 11:36 mips-irix6.2 egcs Mark Schaefer
1998-03-10 22:02 ` Jeffrey A Law
  -- strict thread matches above, loose matches on Subject: below --
1998-03-09 16:57 Mark Schaefer
1998-03-09 21:39 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).