COFF

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Tom

COFF

Post by Tom »

Hello, i'd like to compile my .o files into COFF, instead of the default ELF. I'd look in the manuls...but I don't have them and...my internet connection is worse than 28k ( most of the time, 23k ). The only way i'm posting here is from browser cache!

How do I do this? ( link and compile with NASM and GCC in COFF? ).
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:COFF

Post by Pype.Clicker »

with nasm, this is pretty easy : just use -fcoff flag ...

with GCC, you will need DjGPP (the dos/windows port of gnu utilities) which generate COFF ...

afaik, there is no COFF support under linux .. but maybe if you dare recompiling GCC ...
Post Reply