PDA

View Full Version : Program to convert my c code to a eboot file?



Zion
May 29th, 2006, 20:49
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? :p

Thanks

yaustar
May 30th, 2006, 03:04
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.

yesenia2952
June 4th, 2006, 21:22
Get cynwig..

it converts it into a eboot (I think)

gunntims0103
June 4th, 2006, 21:23
yup cywig i think is good with the conversion you need

yaustar
June 4th, 2006, 22:25
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.