I followed this tutorial trying to install Remotejoy: http://www.ngine.de/index.jsp?pageid=4292
Firstly, svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain didn't work so i looked on your page and found svn co svn://svn.ps2dev.org/psp/trunk/psplinkusb
So i continued with the tut. Now i wanted to make it. But it wouldn't work:
Code: Select all
mob@debian:~/pspdev/psplinkusb$ make release
make -f Makefile.psp release
make[1]: Entering directory `/home/mob/pspdev/psplinkusb'
make -C libpsplink all
make[2]: psp-config: Kommando nicht gefunden
make[2]: Entering directory `/home/mob/pspdev/psplinkusb/libpsplink'
psp-gcc -Os -G0 -Wall -fno-builtin-printf -I/include -DF_psplink_0000 psplink.S -c -o psplink_0000.o
make[2]: psp-gcc: Kommando nicht gefunden
make[2]: *** [psplink_0000.o] Fehler 127
make[2]: Leaving directory `/home/mob/pspdev/psplinkusb/libpsplink'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/mob/pspdev/psplinkusb'
make: *** [release] Fehler 2
Code: Select all
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
At the beginning I executed toolchain-sudo.sh as root. So it build the stuff in /usr/local/pspdev . I even tried to copy the content of this directory in /home/mob/pspdev where i've got the stuff from svn but it doesn't work, either.
I don't know what to do, i hope you guys can help me :\
some details:
PSP Firmware: 3.71 M33-4
OS: Linux debian 2.6.18-6-k7 i686 GNU/Linux
thanks in advance