elf2djgpp
, that will convert x86 ELF object files to DJGPP COFF-GO32
objects._
as DJGPP expects.compiler_builtins
symbols
are replaced with DJGPP functions.You'll need these installed:
i586-pc-msdosdjgpp-djgpp
in your $PATH
)Build release or debug binaries:
$ cd example
$ make release # creates build/release/example.exe
$ make debug # creates build/debug/example.exe (much larger)
No. This is an exploration of file formats that ended up producing a useful script, but it's untested and probably not complete.