Search found 5 matches

by quetz67
Fri Jul 22, 2005 6:24 am
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 22226

I had the same problems.

I decided to go on from NEMs hello world example and at least managed to get the buttons and analog running (and I am a C newbie).

Next is file I/O and sound, the header files have some helpful documentation, shouldnt be that hard for someone who actually knows C.
by quetz67
Thu Jul 21, 2005 6:54 pm
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 22226

It is very strange, I have the make.exe, the psp-gcc.exe, sources and makefile in one directory. When I execute the command: psp-gcc.exe -I. -Ic:\pspdev\psp\sdk\/include -O2 -G0 -Wall -c -o hellopsp.o hellopsp.c it builds my hellopsp.o But the make does not find the psp-gcc. psp-gcc -v gives me: &qu...
by quetz67
Thu Jul 21, 2005 1:04 am
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 22226

Thanks for your help guys, I did exactly the same steps (using the same paths) on a different machine and her it runs.

The \/ thingie is indeed strange, but probably that machine is just in a weird condition.
by quetz67
Wed Jul 20, 2005 11:59 pm
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 22226

Your path is wrong. Check out wiki.pspdev.org/psp:programming_faq I followed the instructions in the second post and checked my paths (in the start.bat at least) again and again. The path is correct, as he finds the make.exe Do I need more stuff (cygwin?). I installed that and started cygwin.bat, b...
by quetz67
Wed Jul 20, 2005 9:48 pm
Forum: PSP Development
Topic: Windows PSPSDK Help
Replies: 43
Views: 22226

I cant get it to work, make gives me:

psp-gcc -I. -IC:\PSPDev\psp\sdk\/include -O2 -G0 -Wall -c -o hellopsp.o hellop
sp.c
make: psp-gcc: Command not found
make: *** [hellopsp.o] Error 127

Dont understand why, there is a psp-gcc.exe in PSPDev\bin (and he finds the make there)

And ideas?