Search found 10 matches

by Istari
Tue Oct 09, 2007 3:55 am
Forum: PSP Development
Topic: What has changed in coding for the newer firmwares ?
Replies: 29
Views: 34618

I think that it also needs to be built as a prx before being put in the eboot.pbp
by Istari
Tue Sep 25, 2007 7:00 pm
Forum: PSP Development
Topic: Is there an introduction on how ELF, PRX, Kernel etc. works?
Replies: 12
Views: 5750

I just thought of another link that might get you started a bit. http://hitmen.c02.at/html/psp_docs.html Just check out Yet another Playstation Portable Documentation it is incomplete but better than nothing. edit: oh and http://silverspring.lan.st/ if you are trying to reverse engineer something.
by Istari
Fri Jul 27, 2007 9:36 am
Forum: PSP Development
Topic: psplinkusb and the 3.52 m33 firmware
Replies: 3
Views: 3090

psplinkusb and the 3.52 m33 firmware

I have tried to get psplink (from svn://svn.pspdev.org/psp/branches/psplinkusb) to work with the newest firmware from m33, but it only works in 1.50 mode and it can't load prx files. The OE bootstrap seems to hang before it can load psplink, and the 1.50 psplink just sits there if I try to load a pr...
by Istari
Tue Mar 20, 2007 4:07 am
Forum: PSP Development
Topic: Help with pspsdk!
Replies: 9
Views: 6103

This is probably the most comprehensive, free, reference you can get for make and makefiles.
http://www.gnu.org/software/make/manual/make.html
by Istari
Tue Mar 20, 2007 1:50 am
Forum: PSP Development
Topic: Help with pspsdk!
Replies: 9
Views: 6103

When you copy /usr/local/pspdev/psp/sdk/samples/gu/cube to your home directory you also need to copy /usr/local/pspdev/psp/sdk/samples/gu/common When your ~ has a copy of common and cube you can run make in the cube directory. mkdir -p ~/psptest cp -a /usr/local/pspdev/psp/sdk/samples/gu/cube ~/pspt...
by Istari
Tue Feb 06, 2007 9:46 am
Forum: PSP Development
Topic: PSPLINK
Replies: 313
Views: 296023

svn co svn&#58;//svn.pspdev.org/psp/branches/psplinkusb This is from my /usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi <!-- Sony PSP &#40;PlayStation Portable&#41; --> <match key="storage.vendor" string="Sony"> <match key="storage.model&qu...
by Istari
Tue Feb 06, 2007 8:22 am
Forum: PSP Development
Topic: PSPLINK
Replies: 313
Views: 296023

I have no such proplems in Ubuntu 6.10 using the psplinkusb branch, and I don't have to run pspsh as root to access the terminal.
by Istari
Tue Oct 04, 2005 4:17 am
Forum: PSP Development
Topic: Preliminary Python port
Replies: 8
Views: 5698

OK. Fixed after I did a

Code: Select all

svn update
in the toolchain directory (It would have helped to notice that particular line in the docs sooner), followed by a rebuild of the toolchain.

Thanks for the help, and thanks for porting my favorite language to the PSP.
by Istari
Mon Oct 03, 2005 8:37 pm
Forum: PSP Development
Topic: Preliminary Python port
Replies: 8
Views: 5698

I have been trying to build, using the code from your repository. And I'm getting errors. The command I use is: python-psp/PSP$ make How do you fix the undefined reference to _stat? It seems to me that you are using some voodoo to build, and haven't put all the nessecary code in svn. ;) (Please corr...