Search found 2 matches

by trevis
Sun Dec 09, 2007 9:24 am
Forum: PSP Development
Topic: psplink on 3.71 m33-3
Replies: 1
Views: 1783

psplink on 3.71 m33-3

Hi, I've been trying to get psplink properly running on my psp running 3.71 m33-3. I'm using psplink 3.0, straight from svn, and using the release_oe folder (although I've tried the release folder and put everything in GAME150, it fails to start from the xmb with error 0x80020148). Psplink from the ...
by trevis
Wed Jan 24, 2007 4:23 am
Forum: PSP Development
Topic: Installing SDL?
Replies: 12
Views: 5261

I had this same problem on gentoo linux. The below fixed the problem, thanks. Assuming you do have automake 1.9 installed. WANT_AUTOMAKE=1.9 ./autogen.sh LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \ ./configure --host psp --prefix=$(psp-config --psp-p...