Search found 3 matches

by faldore
Tue Dec 06, 2005 2:53 pm
Forum: PSP Development
Topic: PSP Flash Chip Facts: The Good, the Bad and the Ugly
Replies: 194
Views: 163636

Your info is interesting (to me), but I think off topic in the pspdev forum. You may get better feedback at psphacks (http://www.psphacks.net/forums/) or pspupdates (http://forums.qj.net/forumdisplay.php?f=48).
by faldore
Tue Dec 06, 2005 4:05 am
Forum: PSP Development
Topic: pspgl problem *solved
Replies: 1
Views: 921

Figured it out myself. I needed the zlib and libpng libraries installed. In case anyone else runs into it, here is how to fix it. as root: svn co svn://svn.ps2dev.org/psp/trunk/zlib cd zlib make && make install cd .. svn co svn://svn.ps2dev.org/psp/trunk/libpng cd libpng make...
by faldore
Mon Dec 05, 2005 3:11 pm
Forum: PSP Development
Topic: pspgl problem *solved
Replies: 1
Views: 921

pspgl problem *solved

I would appreciate some help, if anyone is willing. I installed the toolchain as root. I installed pspgl as user, in ~/psp/pspgl faldore@tux pspgl $ set | grep PSP PSP_MOUNTDIR='~/psp/mountpoint' PSP_REVISION=1.50 faldore@tux pspgl $ psp-config --psp-prefix /usr/local/pspdev/psp faldore@tux pspgl $ ...