Search found 3 matches

by bykte
Sun Jun 01, 2008 3:03 pm
Forum: PSP Development
Topic: problems with latest toolchain / psplibraries builds
Replies: 41
Views: 16769

I think I am having the same problem as you. I am currently using revision 2392. All the executables that I compiled with it cannot be executed on my SLIM, 390m33-3 PSP resulting the PSP to be shutdown within a few seconds of running it. Someone with an older revision of the SDK compiled the exact s...
by bykte
Sun Jun 01, 2008 2:29 pm
Forum: PSP Development
Topic: Need help with compiling my first simple homebrew
Replies: 3
Views: 1311

you havent defined your HEAP size. Try PSP_HEAP_SIZE_KB(20480); in the main.c file :) Wally Thanks for your reply, Wally. I have edited the main.c by adding PSP_HEAP_SIZE_KB(20480); and the results are still the same; PSP shutdowns by itself with a "poof" like sound.
by bykte
Sun Jun 01, 2008 1:59 pm
Forum: PSP Development
Topic: Need help with compiling my first simple homebrew
Replies: 3
Views: 1311

Need help with compiling my first simple homebrew

Hello everyone, Firstly, I have followed the guide from http://forums.qj.net/f-psp-development-forum-11/t-guide-psp-development-environment-setup-tutorial-100222.html and have successfully gotten a PSP development environment working. Secondly, my first attempt was to compile the samples from the PS...