MinPSPW 0.11 is out for Windows Linux and Mac
New release is out, not so many features this time:
- openTRI engine devpak
- reverted binutils to 2.16 since 2.18 generates bad assembly for Daedalus
- supports Mac as a development platform thanks to autilio
- Fixed pspsh on win32 when run inside eclipse
- added PRXTool
- get it for linux (ubuntu 32bit)
- get it for linux (ubuntu 64bit)
- get it for linux (rpm 32bit)
- get it for linux (rpm 64bit)
- get it for windows (32bit)
- get it for Mac
Thanks for the bug reports and enjoy.
Related tags: psp gcc minpspw binutils win32 linux ubuntu rpm deb devpaks pspsh openTRI
Comments
Ubuntu Freak www.gmail.com
I got it ...have to include
LIBS = -lpsppower
in my make file and it worked seemlessly :D
Ubuntu Freak www.gmail.com
Hi,
I downloaded minpspw0.11 for ubuntu 32bit.
However , when I tried to create a simple application to set / get Clock frequency of PSP, i get the following linker errors....any pointers on how to solve this problem would be great!! Thanks.
Errors ::
undefined reference to `scePowerGetBatteryTemp'
undefined reference to `scePowerGetCpuClockFrequency'
undefined reference to `scePowerGetBusClockFrequency'
undefined reference to `scePowerSetClockFrequency'
Valantin
Hi, as already reported for PM on wololo/talk the installer for MacOSX is not working I have tested it on osx 10.6.3 and always gives the same error of 10.6.5, you may distribute binaries without installer?
There is not libiconv in the psptoolchain?
jetDrone www.jetdrone.com
Hi, PSP (newlib) has no strings.h, you should remove -DHAVE_STRINGS_H from your Makefile
jetDrone www.jetdrone.com
Thanks for your report, i will have a look!
Eric
It is caused by a line in Makefile:
MORE_CFLAGS += -DMITSHM $(DEFS) -DUNZIP_SUPPORT -DZLIB -DHAVE_MKSTEMP -DHAVE_STRINGS_H -DACCEPT_SIZE_T=\"int\"
If "-DHAVE_STRINGS_H" is removed, it will not be a problem anymore. I don't know if "strings.h" useful for PSPSDK.
Eric
Hi, I am using MinPSPW 0.11. There is a problem with SDL.
"SDL_stdinc.h" needs to include some "strings.h", but there is no such file.