Okay, so I get all of my things installed smoothly (autoconf, automake, etc, etc.) and I go to run ./toolchain.sh and this is what I get.
ERROR: Set $PSPDEV before continuing.
../depends/check-pspdev.sh: Failed.
I've reinstalled Cygwin, still nothing. Is it a bad check-pspdev file?
Failed. Again. Question.
read the readme again.
there is a part which says that you have to export some variables.
there is a part which says that you have to export some variables.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}