Page 7 of 11

Re: Installing the PSPSDK (Linux or Windows)

Posted: Sun Dec 02, 2012 11:20 am
by Skeleton
I wanted to thank you for the wonderful tutorial, I got this working wonderfully on Ubuntu!

Re: Installing the PSPSDK (Linux or Windows)

Posted: Sat Dec 29, 2012 9:58 am
by mikufans
Thank you for sharing. Help me a lot

Re: Installing the PSPSDK (Linux or Windows)

Posted: Wed Jan 23, 2013 9:36 pm
by watswat5
I've always wanted to make PSP homebrew. It seems like a good way to begin applying programming to game development.

Re: Installing the PSPSDK (Linux or Windows)

Posted: Sun Jul 07, 2013 2:14 am
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.

Re: Installing the PSPSDK (Linux or Windows)

Posted: Wed Jul 10, 2013 11:02 pm
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

Re: Installing the PSPSDK (Linux or Windows)

Posted: Wed Jul 10, 2013 11:24 pm
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/

Re: Installing the PSPSDK (Linux or Windows)

Posted: Wed Jul 10, 2013 11:33 pm
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.

Re: Installing the PSPSDK (Linux or Windows)

Posted: Wed Jul 10, 2013 11:48 pm
by SMOKE
@xerpi
Thanks, it worked

Re: Installing the PSPSDK (Linux or Windows)

Posted: Thu Jul 11, 2013 12:34 am
by xerpi
SMOKE wrote:@xerpi
Thanks, it worked
You're welcome :) I always use it and it has never given me a problem.

Re: Installing the PSPSDK (Linux or Windows)

Posted: Thu Jul 11, 2013 12:39 am
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++))