This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap of HEAD fails on FreeBSD AMD2 due to __clzdi2
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 3 Aug 2004 11:29:06 -0700
- Subject: Re: bootstrap of HEAD fails on FreeBSD AMD2 due to __clzdi2
- References: <20040803182224.GA819@troutmask.apl.washington.edu>
On Aug 3, 2004, at 11:22 AM, Steve Kargl wrote:
gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -fno-common
-DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o
c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o
c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o
c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o
c-gimplify.o tree-mudflap.o c-pretty-print.o main.o tree-browser.o
libbackend.a ../libcpp/libcpp.a ../libcpp/libcpp.a
../libiberty/libiberty.a ./../intl/libintl.a
../libbanshee/points-to/libandersen.a
../libbanshee/engine/libbansheeengine.a
../libbanshee/libcompat/libbansheecompat.a
libbackend.a(builtins.o)(.text+0x14018): In function `floor_log2':
../../gcc/gcc/toplev.h:180: undefined reference to `__clzdi2'
libbackend.a(dwarf2out.o)(.text+0x288): In function `floor_log2':
../../gcc/gcc/toplev.h:180: undefined reference to `__clzdi2'
libbackend.a(expmed.o)(.text+0x5c98): In function `floor_log2':
../../gcc/gcc/toplev.h:180: undefined reference to `__clzdi2'
libbackend.a(local-alloc.o)(.text+0x38f8): In function `floor_log2':
../../gcc/gcc/toplev.h:180: undefined reference to `__clzdi2'
libbackend.a(real.o)(.text+0x3138): In function `floor_log2':
../../gcc/gcc/toplev.h:180: undefined reference to `__clzdi2'
libbackend.a(rtlanal.o)(.text+0x87d8):../../gcc/gcc/toplev.h:180: more
undefined references to `__clzdi2' follow
This sounds like you started with one compiler and the continued with
another.
Thanks,
Andrew Pinski