watcom elf

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
guest

watcom elf

Post by guest »

hello, how can i output an ELF file with openwatcom ?
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:watcom elf

Post by df »

openwatcom uses OMF object files, but the linker can generate ELF executables. wlink /help is your friend.
-- Stu --
Guest

Re:watcom elf

Post 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 ?
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:watcom elf

Post by df »

wlink has an option for start address.
-- Stu --
Post Reply