This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: treelang bootstrap error on powerpc-linux
- From: Tim Josling <tej at melbpc dot org dot au>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 06 Mar 2003 06:45:02 +1100
- Subject: Re: treelang bootstrap error on powerpc-linux
- Organization: Melbourne PC User Group
- References: <15970.16245.583853.293202@gargle.gargle.HOWL>
Matthias Klose wrote:
>
> HEAD 20030302:
>
> stage1/xgcc -Bstage1/ -B/usr/lib/gcc-experimental/powerpc-linux/bin/ -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -fno-common -Werror -DHAVE_CONFIG_H -o tree1 \
> treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/parse.o c-convert.o
> c-typeck.o c-common.o c-decl.o attribs.o main.o libbackend.a ../libiberty/libiberty.a ../libiberty/libiberty.a ../libiberty/libiberty.a
> c-common.o(.text+0xf87c): In function `cb_register_builtins':
> : undefined reference to `rs6000_cpu_cpp_builtins'
> c-common.o(.text+0xf87c): In function `cb_register_builtins':
> : relocation truncated to fit: R_PPC_REL24 rs6000_cpu_cpp_builtins
> collect2: ld returned 1 exit status
> make[4]: *** [tree1] Error 1
I must have a library missing. I will have a look and try and work out what it
is,
Tim Josling