ELF wrapper around COFF

neomodus <neomodus@gmail.com>
Wed, 18 Jul 2007 01:10:17 -0000

          From comp.compilers

Related articles
ELF wrapper around COFF neomodus@gmail.com (neomodus) (2007-07-18)
Re: ELF wrapper around COFF gneuner2@comcast.net (George Neuner) (2007-07-19)
| List of all articles for this month |

From: neomodus <neomodus@gmail.com>
Newsgroups: comp.compilers
Date: Wed, 18 Jul 2007 01:10:17 -0000
Organization: Compilers Central
Keywords: linker, question
Posted-Date: 18 Jul 2007 20:04:40 EDT

How would you write an ELF wrapper around COFF? I am trying to convert
COFF file into ELF format such that I can read usage message with "use
-i" on the QNX target. To my knowledge "use -i" only supports ELF
format, hence I need the executable in ELF format.


I tried looking over internet and I found some ideas like objcopy and
linking COFF and ELF to produce a combined executable. However, they
did not help. So my theoretical solution is to write ELF wrapper
around COFF file. Any ideas as to how I can do this?


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.