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]

error building binutils on cygwin


I have fresh cygwin installation withour any customisations.

I need to build binutils. Tried different versions from 2.16.1 to 2.16.94.
Always the same problem, which is shown in the log below. Please give me the
hint - how to solve that.

mkdir .libs
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o
ld-new.exe 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 ldcre
f.o ei386pe.o deffilep.o pe-dll.o  ../bfd/.libs/libbfd.a
../libiberty/libiberty.a
deffilep.o: In function `main':
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/build-binutils/ld/d
effilep.c:1: multiple de
finition of `_main'
ldmain.o:/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/l
d/ldmain.c:183: first de
fined here
ei386pe.o: In function `gld_i386pe_unrecognized_file':
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/build-binutils/ld/e
i386pe.c:1299: undefined
 reference to `_def_file_parse'
pe-dll.o: In function `pe_implied_import_dll':
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/ld/pe-dll.
c:2632: undefined refere
nce to `_def_get_module'
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/ld/pe-dll.
c:2660: undefined refere
nce to `_def_file_add_import'
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/ld/pe-dll.
c:2617: undefined refere
nce to `_def_file_empty'
pe-dll.o: In function `pe_dll_build_sections':
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/ld/pe-dll.
c:528: undefined referen
ce to `_def_file_add_directive'
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/ld/pe-dll.
c:628: undefined referen
ce to `_def_file_add_export'
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/ld/pe-dll.
c:581: undefined referen
ce to `_def_file_add_export'
/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/binutils/ld/pe-dll.
c:515: undefined referen
ce to `_def_file_empty'
collect2: ld returned 1 exit status
make[4]: *** [ld-new.exe] Error 1
make[4]: Leaving directory
`/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/build-binutils/
ld'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/build-binutils/
ld'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/build-binutils/
ld'
make[1]: *** [all-ld] Error 2
make[1]: Leaving directory
`/projects/crosstool-0.42/build/i686-pc-cygwin/gcc-4.1.1-/build-binutils'

make: *** [all] Error 2





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