Since I have 2.50 PSP, I have tried to first check the homebrew dev kit by Fanjita and compile the Tetris program for use with GTA.
I get the following errors :
So apparently there is something wrong with paths. But I have set the paths with the following commands :make: psp-config: Command not found
/bin/psp-gcc -I /include -O2 -W -Wall -G0 -fno-pic -mno-abicalls -w -S main.c -o main.s
make: /bin/psp-gcc: Command not found
make: *** [all] Error 127
I am afraight that I am just asking a very lame question, but what do I do wrong? What step did I miss setting PSPSDK up?set path=/usr/local/pspdev/bin
set PSPSDK=/usr/local/pspdev
Sorry for the trouble and thank you for any suggestions.