Advertising (This ad goes away for registered users. You can Login or Register)

Installing the PSPSDK (Linux or Windows)

All the Help you need is here
Locked
Skeleton
Posts: 3
Joined: Sun Nov 18, 2012 10:17 am

Re: Installing the PSPSDK (Linux or Windows)

Post by Skeleton »

I wanted to thank you for the wonderful tutorial, I got this working wonderfully on Ubuntu!
Advertising
Image
mikufans
Posts: 1
Joined: Sat Dec 29, 2012 9:32 am
Location: China

Re: Installing the PSPSDK (Linux or Windows)

Post by mikufans »

Thank you for sharing. Help me a lot
Advertising
DJMAX Technika Tune
watswat5
Posts: 72
Joined: Thu Jan 10, 2013 11:43 pm

Re: Installing the PSPSDK (Linux or Windows)

Post by watswat5 »

I've always wanted to make PSP homebrew. It seems like a good way to begin applying programming to game development.
"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L. A. van de Snepscheut
"If Java had true garbage collection, most programs would delete themselves upon execution." - Robert Sewell
pspfanMOHH
Posts: 661
Joined: Sat Jun 11, 2011 9:16 pm
Location: Grand Line, New World

Re: Installing the PSPSDK (Linux or Windows)

Post by pspfanMOHH »

C:\pspsdk
Its C:\pspsdk\bin or else the "make" command won't work, because the bin is the source. The make command isn't officially a batch file command.
10 years young!
SMOKE
Retired Mod
Posts: 3673
Joined: Tue Apr 17, 2012 10:00 pm
Location: USA
Contact:

Re: Installing the PSPSDK (Linux or Windows)

Post by SMOKE »

Ok, Im trying to install this but I get the same error every time.
Im not sure what the error is, so Im just going to post the output that has the error.

Code: Select all

make[1]: Entering directory `/home/smoke/psptoolchain/build/pspsdk'
test -z "" || rm -f 
make[1]: Leaving directory `/home/smoke/psptoolchain/build/pspsdk'
--2013-07-10 18:53:34--  ftp://ftp.gnu.org/pub/gnu/gdb/gdb-6.8.tar.bz2
           => ‘gdb-6.8.tar.bz2’
Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/gnu/gdb ... done.
==> SIZE gdb-6.8.tar.bz2 ... done.
==> PASV ... done.    ==> RETR gdb-6.8.tar.bz2 ... 
No such file ‘gdb-6.8.tar.bz2’.

../scripts/007-gdb-6.8.sh: Failed.
ERROR: Could not run the toolchain script.
smoke@smoke:~/psptoolchain$ 
Im running Ubuntu Linux btw
xerpi
HBL Collaborator
Posts: 139
Joined: Sat Apr 23, 2011 10:45 am
Location: Barcelona

Re: Installing the PSPSDK (Linux or Windows)

Post by xerpi »

SMOKE wrote:Ok, Im trying to install this but I get the same error every time.
Im not sure what the error is, so Im just going to post the output that has the error.

Code: Select all

make[1]: Entering directory `/home/smoke/psptoolchain/build/pspsdk'
test -z "" || rm -f 
make[1]: Leaving directory `/home/smoke/psptoolchain/build/pspsdk'
--2013-07-10 18:53:34--  ftp://ftp.gnu.org/pub/gnu/gdb/gdb-6.8.tar.bz2
           => ‘gdb-6.8.tar.bz2’
Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/gnu/gdb ... done.
==> SIZE gdb-6.8.tar.bz2 ... done.
==> PASV ... done.    ==> RETR gdb-6.8.tar.bz2 ... 
No such file ‘gdb-6.8.tar.bz2’.

../scripts/007-gdb-6.8.sh: Failed.
ERROR: Could not run the toolchain script.
smoke@smoke:~/psptoolchain$ 
Im running Ubuntu Linux btw
I think it would be better to install the Minimalist PSPSDK, it comes prepacked so it's very easy to install:
http://sourceforge.net/projects/minpspw ... %200.11.1/
Xian Nox
Retired Mod
Posts: 2744
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

Re: Installing the PSPSDK (Linux or Windows)

Post by Xian Nox »

or change the script to fetch gdb-6.8a.tar.bz2, or the latest version instead. I think it worked with 6.8a.
SMOKE
Retired Mod
Posts: 3673
Joined: Tue Apr 17, 2012 10:00 pm
Location: USA
Contact:

Re: Installing the PSPSDK (Linux or Windows)

Post by SMOKE »

@xerpi
Thanks, it worked
xerpi
HBL Collaborator
Posts: 139
Joined: Sat Apr 23, 2011 10:45 am
Location: Barcelona

Re: Installing the PSPSDK (Linux or Windows)

Post by xerpi »

SMOKE wrote:@xerpi
Thanks, it worked
You're welcome :) I always use it and it has never given me a problem.
pspfanMOHH
Posts: 661
Joined: Sat Jun 11, 2011 9:16 pm
Location: Grand Line, New World

Re: Installing the PSPSDK (Linux or Windows)

Post by pspfanMOHH »

xerpi wrote:
SMOKE wrote:@xerpi
Thanks, it worked
You're welcome :) I always use it and it has never given me a problem.
xerpi can you provide me your prxtool, the prxtool that comes with pspsdk doesn't read eboot.bin no matter if its a dummy or the real one yes they are decrypted btw. Thanks. (Or can you tell me where to put the EBOOT.BIN so prxtool can access it. Its the only trouble I have, everything else as to using different register to control $ra and jumping to an area is all good. (Nothing helps then knowledge on MIPS and C/C++))
10 years young!
Locked

Return to “Tutorials”