I've a problem with installing the pspsdk.
After I successfully installed the toolchain, I've had configure the pspsdk. Now I want to make with the generated makefile, but I've got these errors:
Code: Select all
######:/home/files/sdk-1.0 # make
make all-recursive
make[1]: Entering directory `/home/files/pspsdk-1.0+beta'
Making all in sdk
make[2]: Entering directory `/home/files/pspsdk-1.0+beta/sdk'
Making all in audio
make[3]: Entering directory `/home/files/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: line 1: no: command not found
make[3]: *** [audio.o] Error 127
make[3]: Leaving directory `/home/files/pspsdk-1.0+beta/sdk/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/files/pspsdk-1.0+beta/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/files/pspsdk-1.0+beta'
make: *** [all] Error 2
I've already tried to compile the sample, but then I've got this error:
Code: Select all
make: psp-config: Command not found
Makefile:16: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'. Stop.
Thanks