Sean1@COMP ~/pspsdk-1.0+beta
$ make
make all-recursive
make[1]: Entering directory `/home/Sean1/pspsdk-1.0+beta'
Making all in sdk
make[2]: Entering directory `/home/Sean1/pspsdk-1.0+beta/sdk'
Making all in audio
make[3]: Entering directory `/home/Sean1/pspsdk-1.0+beta/sdk/audio'
no -g -O2 -G0 -Wall -I../../sdk/base -I../../sdk/kernel -c `test -f 'audio.S' |
| echo './'`audio.S
/bin/sh: no: command not found
make[3]: *** [audio.o] Error 127
make[3]: Leaving directory `/home/Sean1/pspsdk-1.0+beta/sdk/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Sean1/pspsdk-1.0+beta/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Sean1/pspsdk-1.0+beta'
make: *** [all] Error 2
Does any one know how to fix this?
I ran into this last night. The line
/bin/sh: no: command not found is because it couldn't find the path to your compiler. Check the config.log file and look for any errors. You'll probably see that CC = no.
need some help.
running the toolchain.sh script ends with these errors (pspsdk part I guess) :
./bootstrap: line 81: aclocal: command not found
./bootstrap: line 83: autoheader: command not found
./bootstrap: line 84: automake: command not found
./bootstrap: line 86: autoconf: command not found
grep: Makefile.in: No such file or directory
cat: configure: No such file or directory
./toolchain.sh: line 296: ./configure: Permission denied
ERROR RUNNING PSPSDK CONFIGURE
Cygwin is the hardest thing to get going. The setup program is so counter intuitive to work with. Just a suggestion, once you get a cygwin install working, back up the directory :)