Page 8 of 11
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 12:58 am
by fate6
pspfanMOHH wrote:the prxtool that comes with pspsdk doesn't read eboot.bin
What? now its been some time since I last ventured into the SDK but iirc it works just fine
are you using Windows? cause that might be the problem :/
I was using Ubuntu 10.04 the last time I used PRXtool
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 3:08 am
by qwikrazor87
fate6 wrote:pspfanMOHH wrote:the prxtool that comes with pspsdk doesn't read eboot.bin
What? now its been some time since I last ventured into the SDK but iirc it works just fine
are you using Windows? cause that might be the problem :/
I was using Ubuntu 10.04 the last time I used PRXtool
Yup, I just reinstalled the psptoolchain a couple weeks ago and prxtool is working just fine, Xubuntu 12.04.
@pspfanMOHH
Did you decrypt the EBOOT.BIN first before using prxtool?
@SMOKE
If you want to install the psptoolchain here are the scripts that will fix the problem.
psptoolchain_fixed_scripts.zip
Place them in psptoolchain/scripts/
Two scripts haven't been updated with the file name changes for 007-gdb-6.8.sh and 008-insight-6.4.sh.
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 4:21 am
by pspfanMOHH
pspfanMOHH wrote:yes they are decrypted btw
@razor
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 4:23 am
by qwikrazor87
pspfanMOHH wrote:pspfanMOHH wrote:yes they are decrypted btw
@razor
What OS are you running?
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 4:23 am
by pspfanMOHH
qwikrazor87 wrote:pspfanMOHH wrote:pspfanMOHH wrote:yes they are decrypted btw
@razor
What OS are you running?
Windows 8
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 4:28 am
by qwikrazor87
Show me an example of what you are typing into the terminal/command line.
Place prxtool, EBOOT.BIN and the libdoc xml in the same directory if you haven't done so.
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 4:31 am
by pspfanMOHH
qwikrazor87 wrote:Show me an example of what you are typing into the terminal/command line.
Place prxtool, EBOOT.BIN and the libdoc xml in the same directory if you haven't done so.
"prxtool -f EBOOT.BIN" yes they are all in pspsdk bin
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 4:32 am
by qwikrazor87
pspfanMOHH wrote:qwikrazor87 wrote:Show me an example of what you are typing into the terminal/command line.
Place prxtool, EBOOT.BIN and the libdoc xml in the same directory if you haven't done so.
"prxtool -f EBOOT.BIN" yes they are all in pspsdk bin
Try this one out:
Code: Select all
prxtool.exe -f -n file.xml EBOOT.BIN
Replace file.xml with the name of your libdoc xml file.
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 4:39 am
by pspfanMOHH
Code: Select all
Built: Oct 24 2007 20:17:36
Error: Couldn't load xml file psplibdoc.xml
Error: Could not open file EBOOT.BIN
Error: Couldn't load prx file structures
Using Cygwin since prxtool.exe closes after run
Re: Installing the PSPSDK (Linux or Windows)
Posted: Thu Jul 11, 2013 7:25 am
by xerpi
pspfanMOHH wrote:Code: Select all
Built: Oct 24 2007 20:17:36
Error: Couldn't load xml file psplibdoc.xml
Error: Could not open file EBOOT.BIN
Error: Couldn't load prx file structures
Using Cygwin since prxtool.exe closes after run
This is weird, if you have all the files in the same directory it should work.
Btw, I don't think it's necessary to use Cygwin, the default Windows CMD is fine for this.
(Try with this version:
http://sourceforge.net/projects/minpspw ... e/download)