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: Another ia64 problem


   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

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