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? ).
COFF
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:COFF
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 ...
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 ...