pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

Initial support for building prx files with CMAKE #69

Closed sharkwouter closed 3 years ago

sharkwouter commented 4 years ago

This is still WIP, because I'm still having some issues with it, but a prx is being build. When launching the prx file it builds with psplink, my PSP crashes, though. I could use some help figuring this out.

I'm using pretty much the same cflags as build.mak when BUILD_PRX is set.

Using this is quite simple, just use the build_prx(binary) in your CMakeLists.txt. Do make sure to replace binary with your binary target.

sharkwouter commented 4 years ago

I don't think this PR will go anywhere anytime soon if I'm honest. I have not been able to use the resulting PRX files at all so far and I'm not sure what I'm missing. If someone has an idea or would like to take over on this one, feel free.

sharkwouter commented 3 years ago

I'm closing this, because it's not very useful at the moment and it is being worked on elsewhere.