@mojojojo:
Thanks for the comments; I'll follow your advice... Right now I don't have time (I've a lot of work, and I have to finish a BIG project) but as soon as work settles down, I'll try, and post results properly. :)
Search found 7 matches
- Fri Aug 31, 2007 2:42 pm
- Forum: PSP Development
- Topic: PMP VLC 0.0.9 Player
- Replies: 578
- Views: 1019376
- Wed Aug 29, 2007 6:49 pm
- Forum: PSP Development
- Topic: PMP VLC 0.0.9 Player
- Replies: 578
- Views: 1019376
- Sat May 19, 2007 7:03 pm
- Forum: PSP Development
- Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
- Replies: 32
- Views: 34908
great tip, I've forgotten to runjimparis wrote:Build and install zlib for the psp. svn://svn.ps2dev.org/psp/trunk/zlib
Code: Select all
make install
- Sat May 19, 2007 7:49 am
- Forum: PSP Development
- Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
- Replies: 32
- Views: 34908
- Thu May 17, 2007 1:50 pm
- Forum: PSP Development
- Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
- Replies: 32
- Views: 34908
Well, I've found out the problem... I didn't have bison and flex installed.
Now I've PSP SDK installed... the fun begins
Code: Select all
sudo fink -y install bison flex
- Fri May 04, 2007 4:34 pm
- Forum: PSP Development
- Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
- Replies: 32
- Views: 34908
Well, try using the latest toolchain from svn Yepp! I've allrady done that, and I tried running the script sh ./toolchain.sh when I ran it, everything seemed smooth, until I've got this: can't find file to patch at input line 2825 Perhaps you used the wrong -p or --strip option? The text leading up ...
- Fri May 04, 2007 4:43 am
- Forum: PSP Development
- Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
- Replies: 32
- Views: 34908
Hi, I followed the instructons in this thread http://forums.ps2dev.org/viewtopic.php?t=2792 and in step 6. Grab the psptoolchain-200xxxxxxx.tgz script from http://www.oopo.net/consoledev/ . Safari should extract it as psptoolchain/ on the desktop, so type cd ~/Desktop/psptoolchain/ ./toolchain.sh I ...