Failed. Again. Question.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Nezidig
Posts: 4
Joined: Tue Mar 10, 2009 7:52 am

Failed. Again. Question.

Post by Nezidig »

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?
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Post by jojojoris »

read the readme again.

there is a part which says that you have to export some variables.

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Nezidig
Posts: 4
Joined: Tue Mar 10, 2009 7:52 am

Post by Nezidig »

Got it, thanks, it's doing it now. It's been doing it for, maybe, 45 mins? Its taking awhile.
Post Reply