MinPSP 11.2

13 May 2011

This is the second build of 2011, in this build there are only a few changes, i changed the build of oslib to build with its internal libs (do not rely on the SDK ones), DEB files for Debian/Ubuntu have been reduced from 150Mb to 32Mb (Changed from the standard compression to LZMA). On linux there is no mpfr/gmp dependency it caused problems with different versions of Ubuntu.

From the community i added a couple of patches, one that adds a pack to the SceModule struct and sync with the gentoo scripts for build fixes and better support on other environments.

Enjoy and happy coding :) get it here!

Related tags:

Comments

CFWME

C:\pspsdk\psp\sample>make

psp-gcc -I. -IC:/pspsdk/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=150 -L

-LC:/pspsdk/psp/sdk/lib main.o -llualib -llua -lm -lpspdebug -lpspdisplay -l

spge -lpspctrl -lpspsdk -lc -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_reso

ver -lpsputility -lpspuser -lpspkernel -o luatest.elf

psp-ld: cannot find -llualib

make: *** [luatest.elf] Error 1

need help

Andrew Mcdonald

Is there no 32bit version for Debian/Ubuntu? You seem to only have the 64bit version up :(

Randall Spychalla

There still is a problem with libSDL_mixer. It complains about undefined references (ones associated with mikmod like "MikMod_errno", and yes I have libMikMod in my makefile) that were not an issue with the old version #10 of the pspsdk. I noticed that the file size of libSDL_mixer went from 1119kb to 615kb. Was there a file that was left out?

Paulo www.jetdrone.com

Oh crap, mingw dependencies are screwing things up...

Ats www.atien.net

Hi! First of all thank you for this release. I tried it a few minutes ago but I am experiencing troubles with it when I compile:

cc1.exe just stop and tells me that libgmp-10.dll is missing.

I'm running on Windows 7. Do I have to install MinGW in order to get it? Or can I download it from somewhere else and put it in a specific folder?

Thank you!

Post a comment