ps2
Code: Select all
jordan@jordan:~/newtoolchain$ ./toolchain.pl PS2
Dependencies:
gcc: Found!
make: Found!
wget: Found!
patch: Found!
svn: Found!
$PS2DEV: Found!
$PS2SDK: Found!
path: Found!
privs: Error!
=====================
== ERROR DETECTED! ==
=====================
##
## Executing the following command:
##
## { env | grep 'PS2DEV='; }
##
PS2DEV=/usr/local/ps2dev
##
## Executing the following command:
##
## { env | grep 'PS2SDK='; }
##
PS2SDK=/usr/local/ps2dev/ps2sdk
##
## Executing the following command:
##
## { env | grep 'PATH=' | grep '/usr/local/ps2dev'; }
##
ERROR: Please read README.PS2 for information.
jordan@jordan:~/newtoolchain$
and i have added everything to my profile...
psp
Code: Select all
jordan@jordan:~/newtoolchain$ ./toolchain.pl PSP
Dependencies:
gcc: Found!
make: Found!
wget: Found!
patch: Found!
svn: Found!
automake: Found!
autoconf: Found!
$PSPDEV: Error!
=====================
== ERROR DETECTED! ==
=====================
##
## Executing the following command:
##
## { env | grep 'PS2DEV='; }
##
PS2DEV=/usr/local/ps2dev
##
## Executing the following command:
##
## { env | grep 'PS2SDK='; }
##
PS2SDK=/usr/local/ps2dev/ps2sdk
##
## Executing the following command:
##
## { env | grep 'PATH=' | grep '/usr/local/ps2dev'; }
##
ERROR: Please read README.PSP for information.
jordan@jordan:~/newtoolchain$