Page 1 of 1
watcom elf
Posted: Tue Mar 22, 2005 10:51 am
by guest
hello, how can i output an ELF file with openwatcom ?
Re:watcom elf
Posted: Tue Mar 22, 2005 12:02 pm
by df
openwatcom uses OMF object files, but the linker can generate ELF executables. wlink /help is your friend.
Re:watcom elf
Posted: Tue Mar 22, 2005 12:44 pm
by Guest
Hello, i got it but... the wlink outputs
"Warning! W1023: no starting address found, using 00000000"
How to set the start address to 0x100000 ?
Re:watcom elf
Posted: Sat Mar 26, 2005 9:06 am
by df
wlink has an option for start address.