Page 2 of 2

Posted: Wed May 23, 2012 5:09 pm
by Chilly Willy
Gigasoft wrote:
No, it's old and won't let you do anything but a 100% assembly binary.
No, that's incorrect. It supports COFF. Use the -l option.
It does? Well, I guess then you could do the conversion I talked about the first time: use OBJCOPY to convert COFF to ELF. You can't link COFF directly since the m68k target quit supporting COFF back at 3.something. It's ELF only at this point, but OBJCOPY still supports all the different file formats, so you can convert the format.