binutils-2.18 regression
Hi, I am trying to cross compile binutils-2.18 to arm-wince-pe and I have tried on a Cywin and linux(Ubuntu 8.04) host and I always get the same error: ./configure --prefix=/opt/cegcc --target=arm-wince-pe --disable-nls make make[4]: entrant dans le répertoire « /home/vincent/src/binutils-2.18/ld » /bin/bash ./libtool --tag=CC --mode=link 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 sha1.o earm_wince_pe.o deffilep.o pe-dll.o ../bfd/libbfd.la ../libiberty/libiberty.a libtool: link: 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 sha1.o earm_wince_pe.o deffilep.o pe-dll.o ../bfd/.libs/libbfd.a ../libiberty/libiberty.a deffilep.o: In function `main': /home/vincent/src/binutils-2.18/ld/deffilep.c:1: multiple definition of `main' ldmain.o:/home/vincent/src/binutils-2.18/ld/.././ld/ldmain.c:185: first defined here earm_wince_pe.o: In function `gld_arm_wince_pe_unrecognized_file': /home/vincent/src/binutils-2.18/ld/.././ld/emultempl/pe.em:1371: undefined reference to `def_file_parse' pe-dll.o: In function `pe_implied_import_dll': /home/vincent/src/binutils-2.18/ld/pe-dll.c:2744: undefined reference to `def_get_module' /home/vincent/src/binutils-2.18/ld/pe-dll.c:2772: undefined reference to `def_file_add_import' /home/vincent/src/binutils-2.18/ld/pe-dll.c:2729: undefined reference to `def_file_empty' pe-dll.o: In function `process_def_file': /home/vincent/src/binutils-2.18/ld/pe-dll.c:596: undefined reference to `def_file_add_directive' /home/vincent/src/binutils-2.18/ld/pe-dll.c:653: undefined reference to `def_file_add_export' /home/vincent/src/binutils-2.18/ld/pe-dll.c:703: undefined reference to `def_file_add_export' /home/vincent/src/binutils-2.18/ld/pe-dll.c:583: undefined reference to `def_file_empty' collect2: ld returned 1 exit status make[4]: *** [ld-new] Erreur 1 make[4]: quittant le répertoire « /home/vincent/src/binutils-2.18/ld » make[3]: *** [all-recursive] Erreur 1 make[3]: quittant le répertoire « /home/vincent/src/binutils-2.18/ld » make[2]: *** [all] Erreur 2 make[2]: quittant le répertoire « /home/vincent/src/binutils-2.18/ld » make[1]: *** [all-ld] Erreur 2 make[1]: quittant le répertoire « /home/vincent/src/binutils-2.18 » make: *** [all] Erreur 2 I tried with the previous binutils version(2.17) and it works fine ... ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils
Cannot checkout old snapshot
Hi, I am working on a project using a modified version of binutils tagged sid-snapshot-20080101 but I cannot checkout it. However when I look in cvsweb (for instance in include\elf\Changelog) I can see that a tagged version with this name. Here is what I tried : cvs -z 9 -d :pserver:[EMAIL PROTECTED]:/cvs/src login (I enter anoncvs) cvs -z 9 -d :pserver:[EMAIL PROTECTED]:/cvs/src co -r sid-snapshot-20080101 binutils cvs [checkout aborted]: no such tag sid-snapshot-20080101 What am I doing wrong ? On 28 Aug 2008 10:55:16 -, "michael dot hentschel at gmx dot at" <[EMAIL PROTECTED]> wrote: > On Windows XP: > When trying to build a lib*.a from a DLL with dlltool, dlltool cannot > start > as.exe. It says something like: > > dlltool: Creating library file: libdevil.a > dlltool: run: as -o dmyxh.o dmyxh.s > dlltool: No such file or directory > dlltool: CreateProcess > > although as.exe is definitely in the same directory. > When I try with dlltool from build 2.15.91 it works right away. > > -- >Summary: dlltool fails calling as.exe >Product: binutils >Version: 2.18 > Status: NEW > Severity: normal > Priority: P2 > Component: binutils > AssignedTo: unassigned at sources dot redhat dot com > ReportedBy: michael dot hentschel at gmx dot at > CC: bug-binutils at gnu dot org > > > http://sourceware.org/bugzilla/show_bug.cgi?id=6861 > > --- You are receiving this mail because: --- > You are on the CC list for the bug, or are watching someone who is. > > > ___ > bug-binutils mailing list > bug-binutils@gnu.org > http://lists.gnu.org/mailman/listinfo/bug-binutils ___ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils