Results 1 to 5 of 5

Thread: Program to convert my c code to a eboot file?

                  
   
  1. #1

    Default Program to convert my c code to a eboot file?

    I made a small homebrew game for the PC a while back and i want to port it over to the PSP.

    Is there a program that can convert my C or C++ code to a psp eboot file?

    Thanks

  2. #2
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    84

    Default

    Not exactly. In a nutshell you have to recompile it with the PSPSDK. Also some parts of your code may be platform dependent for the PC and won't work on the PSP or even compile.

    What libraries, technology etc does your program use.

  3. #3

    Default

    Get cynwig..

    it converts it into a eboot (I think)

  4. #4
    DCEmu Legend gunntims0103's Avatar
    Join Date
    May 2006
    Location
    Brentwood, NY
    Age
    33
    Posts
    2,976
    Rep Power
    109

    Default

    yup cywig i think is good with the conversion you need

  5. #5
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    84

    Default

    No it doesn't. Cygwin is bash shell (+extra GNU tools) for Windows. You need to RECOMPILE it with the PSPSDK which includes a compiler for the PSP. Even then it might work if the original program uses libraries that the PSP does not support.

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
  •