Another ia64 problem

Ian Lance Taylor ian@zembu.com
Sat Apr 29 19:49:00 GMT 2000


   From: Andreas Jaeger <aj@suse.de>
   Date: 29 Apr 2000 19:14:53 +0200

   As usual I configured the current binutils with:
   configure --prefix=/opt/binutils --enable-shared \
   --disable-nls \
   --enable-build-warnings --enable-targets=all --enable-64-bit-bfd

   make aborts with:
   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_efi_app_ia64_vec'
   collect2: ld returned 1 exit status

   I don't see directly where it should be defined.

efi-app-ia64.c defines TARGET_SYM to bfd_efi_app_ia64_vec.  It then
includes coff-ia64.c, which defines a bfd_target with that name.

Ian


More information about the Binutils mailing list