Search found 7 matches

by cloudpjff7
Sun Feb 17, 2008 5:32 am
Forum: Help Wanted Requests
Topic: Error on compiling PSP SDK under Mac OS X Leopard
Replies: 7
Views: 29025

That is the same exact error I get running the toolchain script under macports. Any answers on how to solve this. Perhaps the psp gcc doesn't work under leopard?
by cloudpjff7
Tue Feb 12, 2008 2:40 pm
Forum: PSP Development
Topic: Sony OSK with transparent background
Replies: 3
Views: 2541

Assuming your using the source included in lightmp3 or doom, it would just be a parameter. In the requestString function, you'll see something like "pspDebugScreenSetBackColor(0xFF000000);". Just comment it out.
by cloudpjff7
Sun Jan 27, 2008 9:13 am
Forum: PSP Development
Topic: Help with psptoolchain on leopard....
Replies: 17
Views: 5440

Hey, thanks for the help everyone, I made it through that error.... However, after it runs for about an hour I get this: ../../gcc/config/rs6000/host-darwin.c:38: warning: ‘struct sigaltstack’ declared inside parameter list ../../gcc/config/rs6000/host-darwin.c:38&...
by cloudpjff7
Thu Jan 24, 2008 10:23 am
Forum: PSP Development
Topic: Help with psptoolchain on leopard....
Replies: 17
Views: 5440

ok, that problem solved. However, when I run:

Code: Select all

sudo ./toolchain.sh
I get this error:

Code: Select all

ERROR: Set $PSPDEV before continuing.
../depends/check-pspdev.sh: Failed.
I'm sure I set it I ran the export PSPDEV command and such.
Any answers?
by cloudpjff7
Wed Jan 23, 2008 2:31 pm
Forum: PSP Development
Topic: Help with psptoolchain on leopard....
Replies: 17
Views: 5440

I updated and got past that issue however when isntalling autogen I get this error: ---> Building autogen with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_...
by cloudpjff7
Wed Jan 23, 2008 1:27 pm
Forum: PSP Development
Topic: Help with psptoolchain on leopard....
Replies: 17
Views: 5440

I'm sorry, I was in los Angeles, and I updated my post thanks for the help.
by cloudpjff7
Thu Jan 03, 2008 10:50 am
Forum: PSP Development
Topic: Help with psptoolchain on leopard....
Replies: 17
Views: 5440

Help with psptoolchain on leopard....

Can anyone walk me through installing the psptoolchain on leopard? I've tried both of the tutorials I've seen, one here, and one on qj.net, but neither seem to work. Thank you in advance. Edit: When I type in: sudo port install autogen autoconf2.5 automake1.8 libtool make svn-client wget sdl libtool...