bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ld error ( libbfd.la not recognised ) while porting binutils-2.19


From: prashantpurohit025
Subject: ld error ( libbfd.la not recognised ) while porting binutils-2.19
Date: Mon, 01 Feb 2010 01:41:29 -0800

mv ldemul-tmp.h ldemul-list.h 
gcc -DHAVE_CONFIG_H -I. -I/root/binutils-2.19/ld -I. -I. 
-I/root/binutils-2.19/ld -I../bfd -I/root/binutils-2.19/ld/../bfd 
-I/root/binutils-2.19/ld/../include  -g -O2 
-DLOCALEDIR="\"/root/temp_install//share/locale\""   -W -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c 
/root/binutils-2.19/ld/ldemul.c

gcc -DHAVE_CONFIG_H -I. -I/root/binutils-2.19/ld -I. -I. 
-I/root/binutils-2.19/ld -I../bfd -I/root/binutils-2.19/ld/../bfd 
-I/root/binutils-2.19/ld/../include  -g -O2 
-DLOCALEDIR="\"/root/temp_install//share/locale\""   -W -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c 
-DSCRIPTDIR='"/root/temp_install//my_target-elf/lib"' \

          -DBINDIR='"/root/temp_install//bin"' 
-DTOOLBINDIR='"/root/temp_install//my_target-elf/bin"' \ 
          /root/binutils-2.19/ld/ldfile.c 
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2   -o 
ld-new  ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o 
ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o eelf32my_target.o  
../bfd/libbfd.la ../libiberty/libiberty.a  -lz 

../bfd/libbfd.la: file not recognized: File format not recognized 
collect2: ld returned 1 exit status 
make[2]: *** [ld-new] Error 1 
make[2]: Leaving directory `/root/temp/ld' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/root/temp/ld' 
make: *** [all] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]