PDA

View Full Version : how make the *.srec file run in Chankast



fujingdcn
June 8th, 2007, 07:48
sh-elf-as -little -o video.o video.s

sh-elf-ld -EL --oformat srec -Ttext 0x8c010000 video.o -o video.srec

then what should i do?

fox68k
June 13th, 2007, 14:09
There is no S-Record loader for Chankast nor for DC at the moment.

The easiest way is to build a binary file with the linker.

Christuserloeser
June 13th, 2007, 17:19
Nice to see you around Fox :)