Acidmods
Acidmods Gaming Area => Console Games => PSP Software & Gaming => Topic started by: JWhiteLightning on July 02, 2008, 10:48:53 PM
-
Hey, im trying to get cygwin on my comp (well, i have it), but i am trying to get the psp tool chain on it following this tutorial:
--->HERE<--- (http://www.psp-programming.com/tutorials/c/lesson01-2.htm)
UPDATE: I got past the svn, got that working, but now ls isnt working!!! here is whole file:
Family@FamilyPC~
$ ls
bash: ls: command not found
Family@FamilyPC~
$cd psptoolchain
Family@FamilyPC~/psptoolchain
$ ls
bash: ls: command not found
Family@FamilyPC~/psptoolchain
$ ./toolchain.sh
./toolchain.sh: line 14: ls: command not found
./toolchain.sh: line 20: ls: command not found
Family@FamilyPC~/psptoolchain
$
Does anyone know what my problem is?