Wolfx15T wrote:I have it all installed.. But now I do..
- Code: Select all
sudo su
cd psptoolchain
make release
And get this error:
- Code: Select all
make: *** No rule to make target `release'. Stop.
wrong. first you have to change your scripts as mentioned in the first post, as well as a couple others mentioned on the 3rd page. then you run it as
- Code: Select all
sudo su
cd psptoolchain
./toolchain-sudo.sh
and the toolchain will begin to download from the repository and install for root to access it. there is no need for you to run make, other than perhaps the psplinkusb package. for that you go as
- Code: Select all
cd psptoolchain/build/psplinkusb
make release
and it will compile just about everything in the psplinkusb package