[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] SRecord output format



Patrice Mandin wrote:
Try using --oformat in Makefile instead of -oformat.

Hehe... I use it all the time to build sample ColdFire programs for the M5484LITE, including EmuTOS itself.

And please take the habit to use the "gcc" frontend instead of "ld", because it is able to find the correct multilibs, and it works even if the binutils have been installed in a directory different than the prefix specified at compile time.

Partial example:
m68k-atari-mint-gcc -mcpu=5475 a.o b.o -o myprog.srec -Wl,--oformat,srec

--
Vincent Rivière