Search found 9 matches

by donour
Fri Jul 01, 2005 2:18 am
Forum: PSP Development
Topic: Call for samples
Replies: 31
Views: 20866

I've written an control/input demo. I'll email it to you directly.

d
by donour
Fri Jul 01, 2005 12:27 am
Forum: PSP Development
Topic: Eboot problem...
Replies: 6
Views: 3600

donour wrote:Yup, i'm getting the same error now.

d
Ok, I was being retarded. Load up the unstripped object file (blah.elf). It works like a charm.

d
by donour
Fri Jul 01, 2005 12:07 am
Forum: PSP Development
Topic: Want to help out with pspsdk? I mean REALLY help out?
Replies: 33
Views: 17480

Here's a silly patch that removes unused variables from /sdk/samples/gu/cube/cube.c.

--snip--
332,333d331
< unsigned int x,y;
<
--snip--

d
by donour
Thu Jun 30, 2005 11:59 pm
Forum: PSP Development
Topic: Eboot problem...
Replies: 6
Views: 3600

Yup, i'm getting the same error now.

d
by donour
Thu Jun 30, 2005 11:26 pm
Forum: PSP Development
Topic: Call for samples
Replies: 31
Views: 20866

EDIT: request withdrawn. That was bad form. Sorry folks.

d
by donour
Thu Jun 30, 2005 10:14 pm
Forum: PSP Development
Topic: SDK Sample
Replies: 5
Views: 3751

Thanks for the info. I using the most recent toolchain, 6-25, and the most recent check-ins to subversion. I have a _lot_ experience building software tools and I had zero problems building the toolchain, sdk, and then the sample. I'm a little embarressed because everything seems to have built fine,...
by donour
Thu Jun 30, 2005 12:27 pm
Forum: PSP Development
Topic: Eboot problem...
Replies: 6
Views: 3600

Re: Eboot problem...

Hi, I successfully compiled the sdktest sample, thanks to this guide ;) But, when I try to run on my PSP (w Kxploit, I have a 1.50 PSP) I get error 800200D9 (failed to allocate the memory block)... Any suggestion? The error pops up on the screen? I'm also inquiring about the sample program in this ...
by donour
Thu Jun 30, 2005 12:20 pm
Forum: PSP Development
Topic: SDK Sample
Replies: 5
Views: 3751

works for me.. Forgive my ignorance, but what exactly does it do? Looking at the source, I see a couple of threads, some basic printing, and examples of how to use callbacks. Does the printing (stack info, gp register value, etc) actually show up somewhere? When I try to run it on my unit (firmware...
by donour
Thu Jun 30, 2005 11:22 am
Forum: PSP Development
Topic: SDK Sample
Replies: 5
Views: 3751

SDK Sample

Is the sample program supposed to be working at this point? I know SDK is not yet marked as 1.0 stable, but I can't infer from the commit log whether the sample program works at this point. EDIT: I'm referring to the "sdktest" sample app in the subversion tree. EDIT2: Of course, I ask this...