Hi all,
I'm trying to install psplink and I have some errors:
[code]
xxx@yyy-u:~/prj/psp/psplink$ sudo make release
[sudo] password for xxx:
make -C libpsplink all
make[1]: psp-config: Command not found
make[1]: Entering directory `/home/actarus/prj/psp/psplink/libpsplink'
psp-gcc -Os -G0 -Wall -fno-builtin-printf -I/include -DF_psplink_0000 psplink.S -c -o psplink_0000.o
make[1]: psp-gcc: Command not found
make[1]: *** [psplink_0000.o] Error 127
make[1]: Leaving directory `/home/actarus/prj/psp/psplink/libpsplink'
make: *** [all] Error 2
xxx@yyy-u:~/prj/psp/psplink$
[/code]
psp-config and psp-gcc are not found but they're in the path..
[code]
xxx@yyy-u:~/prj/psp/psplink$ psp-config
Usage: psp-config [opts]
Options:
-p, --pspsdk-path : Print the base directory of PSPSDK
-d, --pspdev-path : Print the base install directory
-P, --psp-prefix : Print the prefix of PSP-hosted software
xxx@yyy-u:~/prj/psp/psplink$
xxx@yyy-u:~/prj/psp/psplink$ psp-gcc
psp-gcc: no input files
[/code]
What's happening ?
I have already install:
[code]
sudo aptitude install build-essential autoconf automake bison flex libncurses5-dev libreadline-dev libusb-dev texinfo subversion libgmp3-dev libmpfr-dev libsdl1.2-dev
[/code]
I'm using ubuntu 9.04.
Thanks!