This is the mail archive of the binutils@sources.redhat.com 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]

compiling binutils under DOS for ELF output


Hello people,

I have been trying to build binutils for my need for 3 days now without
any success.
I would be very grateful if you could give me a way to do.

I want binutils for the DOS environment producing ELF format as output.

I tried to compile the binutils-2.11.2 package under DOS with DJGPP.
configure worked fine with

./configure --with-gnu-as --with-gnu-ld --with-stabs
--host=i586-msdosdjgpp --target=i586-elf

but make immediately failed with

make.exe[1]: Entering directory `e:/gcc/binuti~1.2/libiberty'
make.exe[1]: *** [config.h] Error -1
make.exe[1]: Leaving directory `e:/gcc/binuti~1.2/libiberty'
make.exe: *** [all-libiberty] Error 2

I also tried to compile the binutils under Linux to produce DOS
executables with

./configure --with-gnu-as --with-gnu-ld --with-stabs
--host=i586-msdosdjgpp --target=i586-elf

but they all come out as ELF files.

Please, please help. Many thanks in advance,
Michael Noisternig.


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