This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: --enable-targets=all broken (trad mips)


On Mon, Jul 03, 2000 at 05:53:55PM +0200, Andreas Jaeger wrote:
> 
> 
> I just got this build failure:
> 
> gcc -W -Wall -g -O2 -o .libs/size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so ../libiberty/libiberty.a -Wl,--rpath -Wl,/opt/binutils/lib
> ../bfd/.libs/libbfd.so: undefined reference to `bfd_elf32_tradbigmips_vec'
> ../bfd/.libs/libbfd.so: undefined reference to `bfd_elf32_tradlittlemips_vec'
> collect2: ld returned 1 exit status
> collect2: ld returned 1 exit status
> make[3]: *** [size] Error 1
> make[3]: Leaving directory `/builds/sourceware-src/build-binutils-ln/binutils'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/builds/sourceware-src/build-binutils-ln/binutils'
> make[1]: *** [all-recursive-am] Error 2
> 
> My configure command is:
> configure --prefix=/opt/binutils --enable-shared \
> --disable-nls \
> --enable-build-warnings --enable-targets=all --enable-64-bit-bfd
> 

Koundinya K, kk@ddeorg.soft.net, checked in an incomplete patch.
Koundinya, where are the definitions of bfd_elf32_tradbigmips_vec and
bfd_elf32_tradlittlemips_vec you added?


H.J.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]