Hey guys I'm new and I got a couple of questions

Ask anything your want about Megadrive/Genesis programming.

Moderator: BigEvilCorporation

Chilly Willy
Very interested
Posts: 2984
Joined: Fri Aug 17, 2007 9:33 pm

Post by Chilly Willy » Wed May 23, 2012 5:09 pm

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.

Post Reply