this is the cross-tool binutils and target is arm-9tdmi-linux-uclibceabi thank you.
2009/9/24 <[email protected]>: > Send Clfs-dev mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Clfs-dev digest..." > > > Today's Topics: > > 1. CLFS-sysroot-ARM help: binutils-2.19.1 says "can't set BFD > default target to..." (Binghoo Dang) > 2. Re: CLFS-sysroot-ARM help: binutils-2.19.1 says "can't set > BFD default target to..." (Joe Ciccone) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 23 Sep 2009 11:56:09 +0800 > From: Binghoo Dang <[email protected]> > To: [email protected] > Subject: [Clfs-dev] CLFS-sysroot-ARM help: binutils-2.19.1 says "can't > set BFD default target to..." > Message-ID: <[email protected]> > Content-Type: Text/Plain; charset="iso-8859-1" > > hello, > I build the clfs-sysroot ARM on gentoo x86_64 host and get failed. > this is the message: > > libtool: link: (cd ".libs" && rm -f "libbfd.so" && ln -s "libbfd-2.19.1.so" > "libbfd.so") > libtool: link: 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 > compress.o elf32-arm.o elf32.o elf-vxworks.o elf.o elflink.o elf-attrs.o > elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-arm.o archive64.o > ar: can't set BFD default target to `x86_64-pc-linux-gnu': Invalid bfd > target > make[4]: *** [libbfd.la] error 1 > make[4]: Leaving directory `/media/develope/build/work/binutils- > work/binutils-build/bfd' > make[3]: *** [all-recursive] error 1 > make[3]: Leaving directory `/media/develope/build/work/binutils- > work/binutils-build/bfd' > make[2]: *** [all] error 2 > make[2]: Leaving directory `/media/develope/build/work/binutils- > work/binutils-build/bfd' > make[1]: *** [all-bfd] error 2 > make[1]: Leaving directory `/media/develope/build/work/binutils- > work/binutils-build' > make: *** [all] error 2 > > my configuration is : > /media/develope/build/work/binutils-work/binutils-2.19.1/configure -- > prefix=/media/develope/b uild/cross_tool --target=arm-9tdmi-linux- > uclibceabi --with-sysroot=/media/develope/build/target_root -- > enable-shared --disable-multilib --disable-nls > > host: > gcc: target x86_64-pc-linux-gnu version 4.3.3 (Gentoo 4.3.3-r2 p1.1, > pie-10.1.5) > > I'm sure I patched the source with binutils-2.19.1- > branch_update-5.patch > ,but it did not work. > > > So, anybody can help me please? > > Binghoo Dang > > > > > ------------------------------ > > Message: 2 > Date: Wed, 23 Sep 2009 07:49:03 -0400 > From: Joe Ciccone <[email protected]> > To: CLFS development discussion <[email protected]> > Subject: Re: [Clfs-dev] CLFS-sysroot-ARM help: binutils-2.19.1 says > "can't set BFD default target to..." > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Binghoo Dang wrote: >> hello, >> I build the clfs-sysroot ARM on gentoo x86_64 host and get failed. >> this is the message: >> >> libtool: link: (cd ".libs" && rm -f "libbfd.so" && ln -s "libbfd-2.19.1.so" >> "libbfd.so") >> libtool: link: 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 >> compress.o elf32-arm.o elf32.o elf-vxworks.o elf.o elflink.o elf-attrs.o >> elf-strtab.o elf-eh-frame.o dwarf1.o elf32-gen.o cpu-arm.o archive64.o >> ar: can't set BFD default target to `x86_64-pc-linux-gnu': Invalid bfd >> target >> make[4]: *** [libbfd.la] error 1 >> make[4]: Leaving directory `/media/develope/build/work/binutils- >> work/binutils-build/bfd' >> make[3]: *** [all-recursive] error 1 >> make[3]: Leaving directory `/media/develope/build/work/binutils- >> work/binutils-build/bfd' >> make[2]: *** [all] error 2 >> make[2]: Leaving directory `/media/develope/build/work/binutils- >> work/binutils-build/bfd' >> make[1]: *** [all-bfd] error 2 >> make[1]: Leaving directory `/media/develope/build/work/binutils- >> work/binutils-build' >> make: *** [all] error 2 >> >> my configuration is : >> /media/develope/build/work/binutils-work/binutils-2.19.1/configure -- >> prefix=/media/develope/b uild/cross_tool --target=arm-9tdmi-linux- >> uclibceabi --with-sysroot=/media/develope/build/target_root -- >> enable-shared --disable-multilib --disable-nls >> >> host: >> gcc: target x86_64-pc-linux-gnu version 4.3.3 (Gentoo 4.3.3-r2 p1.1, >> pie-10.1.5) >> >> I'm sure I patched the source with binutils-2.19.1- >> branch_update-5.patch >> ,but it did not work. >> >> >> So, anybody can help me please? >> > What is your CLFS_TARGET set to. also what part of the build are you on. > is this binutils for cross-tools or binutils for the final system. I can > guess based on the configure command, but I don't like to guess. > > > > ------------------------------ > > _______________________________________________ > Clfs-dev mailing list > [email protected] > http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org > > > End of Clfs-dev Digest, Vol 23, Issue 9 > *************************************** > _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
