Results 1 to 3 of 3

Thread: how make the *.srec file run in Chankast

                  
   
  1. #1

    Default how make the *.srec file run in Chankast

    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?

  2. #2
    DCEmu Coder fox68k's Avatar
    Join Date
    Aug 2004
    Location
    Spain
    Posts
    100
    Rep Power
    72

    Default

    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.
    - fox68k -

  3. #3

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •