Search found 7 matches

by Gardo
Fri Aug 31, 2007 2:42 pm
Forum: PSP Development
Topic: PMP VLC 0.0.9 Player
Replies: 578
Views: 1003365

@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. :)
by Gardo
Wed Aug 29, 2007 6:49 pm
Forum: PSP Development
Topic: PMP VLC 0.0.9 Player
Replies: 578
Views: 1003365

Hello, first of all I've to say:

@jockyw2001 and mojojojo: Great job :)

This app looks great, my problem is I have a Mac so I haven't been able to test it yet, and I was wondering if someone could port (cross-compile) it to Mac...


Thanks

and cheers for this awesome work
by Gardo
Sat May 19, 2007 7:03 pm
Forum: PSP Development
Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
Replies: 32
Views: 33667

jimparis wrote:Build and install zlib for the psp. svn://svn.ps2dev.org/psp/trunk/zlib
great tip, I've forgotten to run

Code: Select all

make install
thanx
by Gardo
Sat May 19, 2007 7:49 am
Forum: PSP Development
Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
Replies: 32
Views: 33667

Ah cool, what ya goin to be workin on? I first want to start "understanding" how the PSP works, so I think before working an app from scrach I'll look at some open source apps, and from there we'll see; I'm interested in making plugins more than apps. By the way, I've compiled some of the...
by Gardo
Thu May 17, 2007 1:50 pm
Forum: PSP Development
Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
Replies: 32
Views: 33667

Well, I've found out the problem... I didn't have bison and flex installed.

Code: Select all

 sudo fink -y install bison flex 
Now I've PSP SDK installed... the fun begins
by Gardo
Fri May 04, 2007 4:34 pm
Forum: PSP Development
Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
Replies: 32
Views: 33667

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 ...
by Gardo
Fri May 04, 2007 4:43 am
Forum: PSP Development
Topic: HOWTO: Compile the SDK on OSX - Consolidated Info
Replies: 32
Views: 33667

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 ...