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]
Other format: [Raw text]

Re: COFF to ELF conversion bug?


For

http://sources.redhat.com/ml/bug-binutils/2002-q2/msg00221.html

To link PE with ELF on Linux, please get my current precompiled Linux
binutils at

http://ftp.kernel.org/pub/linux/devel/binutils/

Just link Microsoft COFF .o files directly:

# gcc ... coff.o ....

You may have to do

# objcopy --remove-leading-char coff.o

BTW, it used to work about 2 years ago when I used it last time.


H.J.


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