Results 1 to 8 of 8

Thread: How to turn elves into something useful?

                  
   
  1. #1

    Question How to turn elves into something useful?

    So I got KOS working (and I'm going to have nightmares of cross-compiling gcc! :O) and now I have a bunch of elf files in the example directory.

    How then do I turn an elf into 1ST_READ.BIN?

    BTW: I'm running linux.

    Thanks for any help! I <3 dreamcast, dreamcast forever!

  2. #2
    DCEmu Coder Smurph's Avatar
    Join Date
    Sep 2006
    Location
    NH, USA
    Posts
    210
    Rep Power
    65

    Default

    append this to your makefile:
    Code:
    $(KOS_OBJCOPY) -O binary -R .stack $([target objs]) [bin]
    of course, replace [target objs] and [bin].

    All you need to do from there is scramble the BIN.

  3. #3

    Default

    Smurph's way is probably best, but there also 1ST_READ.BIN Checker.

  4. #4

    Default

    Thanks for the quick reply!

    EDIT: I got it to work, thanks for all the help!

    Now I just need to figure out multisession cds...

  5. #5

    Default

    Umm... oops! ignore this post...
    You'd think after all these years I'd be better at the internet.

  6. #6

  7. #7

    Default

    Some cdrecord specific info is here:
    http://curmudgeongamer.com/article.p...40105232756356

    And "man cdrecord" is your friend

  8. #8
    Registered User NoQuarter's Avatar
    Join Date
    Dec 2005
    Posts
    2,106
    Rep Power
    0

    Default

    No doubt but I have so much trouble learning from man pages some times, er ,everytime

    Nice link
    I'm gonna have to refer one of my friends to that page

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
  •