Miro Kropáček wrote:
Try m68k-atari-mint-gcc -mshort -o main main.c -Wl,-t
Remember that even if this compiles, it will never pickup the mshort libc.a because it does not exist: the MiNTLib does not support mshort.
So such mixed executable will never run successfully. -- Vincent Rivière