Ive just got the PSPSDK installed and working :)
I am looking for a new version of hello world that has exit capability.
Also, some basic I/O for the buttons would be great :)
Search found 3 matches
- Thu Jul 14, 2005 11:53 am
- Forum: PSP Development
- Topic: Call for samples
- Replies: 31
- Views: 21344
- Thu Jul 14, 2005 11:40 am
- Forum: PSP Development
- Topic: Creating callbacks (aka The curious tale of the home button)
- Replies: 11
- Views: 23472
Im trying to get the exit example running on the PSPSDK (Win32). I had a look at the makefile and it was using ee-gcc, so I have changed that to psp-gcc to try and get it to compile. Now im getting the same error as listed above.. crt0.S:20: Error: illegal operands `sw $s0,4($sp)' crt0.S:21: Error: ...
- Thu Jul 14, 2005 12:41 am
- Forum: PSP Development
- Topic: Creating callbacks (aka The curious tale of the home button)
- Replies: 11
- Views: 23472
Some people seem to have trouble with this code (god knows why ? ;) so here is a link to a very simple example with source. Thx to weak for hosting it. http://www.fraglab.at/files/exit_pspsrc.zip Newbie Question : I tried to compile this with the PSPSDK - its says im missing startup.o and main.o - ...