Search found 4 matches

by ronniebeck
Mon Jan 09, 2006 11:25 am
Forum: PSP Development
Topic: errors in libpng install
Replies: 3
Views: 1364

What exactly was it that didn't work? How did you copy the headers? Can you include more information?
by ronniebeck
Sat Jan 07, 2006 8:20 pm
Forum: PSP Development
Topic: noob help - code crashes when exiting function
Replies: 6
Views: 2054

Hmmm can you suggest where I might learn how to do that?
by ronniebeck
Thu Jan 05, 2006 1:09 pm
Forum: PSP Development
Topic: noob help - code crashes when exiting function
Replies: 6
Views: 2054

noob help - code crashes when exiting function

I have some code that seems to crash when the function returns. I lack the knowledge to debug it. Can some one suggest why my code dies once the function dirList() returns? #include <pspkernel.h> #include <pspctrl.h> #include <pspdebug.h> #include <pspdisplay.h> #include <pspumd.h> #include <pspiofi...
by ronniebeck
Wed Jan 04, 2006 2:50 pm
Forum: PSP Development
Topic: Help for a noob
Replies: 6
Views: 3217

On the topic of helping a noob, can some one tell me what I am doing wrong here? &#91;rony@kehlstein fileio&#93;$ make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -L. -L/usr/local/pspdev/psp/sdk/lib main.o -lpspumd -lpspkernel -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpsp...