This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cannot build haifa-enabled egcs-971216 on mips-sgi-irix5.2
- To: egcs at cygnus dot com
- Subject: Re: Cannot build haifa-enabled egcs-971216 on mips-sgi-irix5.2
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 17 Dec 1997 00:37:38 -0700
- Reply-To: egcs at cygnus dot com
In message <ork9d4l9s4.fsf@grupiara.dcc.unicamp.br>you write:
> Hi there!
>
> I've configured egcs-971216 --enable-haifa --enable-shared
> --with-gnu-as (from binutils-2.8.1.0.18), but then, at the first
> stage, the build process aborted. The bootstrap compiler (gcc) is
> egcs-1.0.
>
> gcc -DIN_GCC -g -DHAVE_CONFIG_H -DHAIFA -o genattrtab \
> genattrtab.o rtl.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo ob
> stack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "
> " in ?*) echo ;; esac ` -lmld -lmalloc
> /usr/bin/ld:
> Unresolved:
> frame_pointer_rtx
> hard_frame_pointer_rtx
> arg_pointer_rtx
> stack_pointer_rtx
> pc_rtx
> collect2: ld returned 1 exit status
> make[2]: *** [genattrtab] Error 1
> make[2]: Leaving directory `/n/temp1/gcctest/src/escher/egcsh/gcc'
> make[1]: *** [bootstrap] Error 2
> make[1]: Leaving directory `/n/temp1/gcctest/src/escher/egcsh/gcc'
> make: *** [bootstrap] Error 2
What object are the references comming from?
Those should be #defines in rtl.h.
Jeff