Watcom Correction
Posted: Fri Oct 17, 2008 2:41 pm
My membership has been pending for months, Ive tried several times to register but it remains 'pendng'
anway http://wiki.osdev.org/Watcom says:
anway http://wiki.osdev.org/Watcom says:
This is not exactly accurate. WLINK can link multiple OBJs into a flat binary and its possible to use a linker script to manually order and locate segments. There is also a sub-project of the assembler called JWASM that can produce flat binaries from ASM code.Natively, all Watcom C/C++ compilers can produce is OMF (.obj) files by default. These can be linked with the Watcom linker into an ELF file but not plain binary. Its reccomended you use some other linker.