Search found 4 matches

by dalivaktuk
Mon Oct 08, 2007 9:11 am
Forum: PSP Development
Topic: Toolchain problems
Replies: 5
Views: 3387

Ok, what you have to do is take this code off set path=%path%;C:/cygwin/usr/local/pspdev/bin set PSPSDK=C:/cygwin/usr/local/pspdev export PSPDEV=/usr/local/pspdev export PATH=$PATH:$PSPDEV/bin It should look something like this @echo off C: chdir C:\cygwin\bin...
by dalivaktuk
Mon Oct 08, 2007 5:49 am
Forum: PSP Development
Topic: no rule to make 'all' problem
Replies: 3
Views: 1402

Exactly which hello world sample would this be? There are a bunch of samples that come with pspsdk that should work, look in X:\cygwin\usr\local\pspdev\psp\sdk\samples. I suggest the one in controller\basic but there are hello world ones in the template directory. Also from the title of the thread ...
by dalivaktuk
Sun Oct 07, 2007 9:59 am
Forum: PSP Development
Topic: The new-style psptoolchain script.
Replies: 58
Views: 26367

oopo

for some reason I have installed cygwin fine, and wget, but it cannot login as anonymous. Which is why I have to download the files myself and do the scripts by hand.
by dalivaktuk
Sun Oct 07, 2007 9:06 am
Forum: PSP Development
Topic: no rule to make 'all' problem
Replies: 3
Views: 1402

no rule to make 'all' problem

I am getting errors when trying to compile samples.
I have installed cygwin and the psptoolchain, but there is a problem when I try to compile the Hello World example.

any help is much appreciated, I have tried google-ing, but I can't find anything.