Search found 4 matches

by qbradq
Sat May 09, 2009 2:00 pm
Forum: PSP Development
Topic: Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries
Replies: 2
Views: 2912

Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries

I have taken the information found in this post http://forums.ps2dev.org/viewtopic.php?t=11935 and added some practical experience to produce a fairly robust shell script to build it. How to use: First, export your desired PSPDEV directory (or accept the default of ~/pspdev) export PSPDEV=/home/you/...
by qbradq
Sat May 09, 2009 11:42 am
Forum: PSP Development
Topic: ubuntu 9.04 + pspsdk? Anyone tried?
Replies: 22
Views: 8878

ACK! Thank you for pointing that out! I was exporting CC=gcc-4.2 for the libraries script as well. I removed that and it worked great.

I have bundled this process up into a fairly fool-proof shell script. I'll post it in case someone else needs it.
by qbradq
Fri May 08, 2009 9:59 pm
Forum: PSP Development
Topic: ubuntu 9.04 + pspsdk? Anyone tried?
Replies: 22
Views: 8878

I get the following error from ./configure when trying to compile the freetype library (and I have patched the script as shown above): configure:2550: gcc-4.2 -L/home/qbradq/Public/working/pspdev/psp/sdk/lib -lc -lpspuser conftest.c >&5 /usr/bin/ld: skipping incompatible ...
by qbradq
Mon May 04, 2009 5:12 am
Forum: PSP Development
Topic: Threading
Replies: 13
Views: 3999

I have been messing with this very thing recently. My idea is to make a text reader in a PRX so that you can read text while in game. Here is my (simplified) code to list, suspend, and resume the threads. This is having problems though. When I use it with Grand Theft Auto: Vice City Stories it will ...