This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

build errors --bfd directory


Here is what I did to make a binutils tool and the corresponding error messages. How to fix it?


home>mkdir mybinutils
home>cd binutils-2.16.1
binutils-2.16.1>./configure --prefix=/home/mybinutils
binutils-2.16.1>make
......
make[3]: Entering directory `/home/binutils-2.16.1/bfd'
/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o libbfd.la -rpath /home/mybinutils/lib -release 2.16.1 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo archive64.lo `cat ofiles`
ar cru .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o archive64.o elf32-i386.o elf32.o elf.o elflink.o elf-strtab.o elf-eh-frame.o dwarf1.o i386linux.o aout32.o efi-app-ia32.o peigen.o cofflink.o elf32-gen.o cpu-i386.o trad-core.o
ar: archive.o: No such file or directory
make[3]: *** [libbfd.la] Error 1
make[3]: Leaving directory `/home/binutils-2.16.1/bfd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/binutils-2.16.1/bfd'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/binutils-2.16.1/bfd'
make: *** [all-bfd] Error 2


_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement



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