Search found 3 matches

by phytoporg
Fri Sep 01, 2006 3:35 am
Forum: PSP Development
Topic: Misc Crashes
Replies: 29
Views: 14055

Yeah, I was talking to another developer yesterday who suggested the same thing. It seems to have fixed the issue. I'm now also forcing a dcache writeback after the block is "emitted." Everything's in working order, now!
by phytoporg
Wed Aug 30, 2006 1:34 am
Forum: PSP Development
Topic: Misc Crashes
Replies: 29
Views: 14055

I'd provide some source but I'm not entirely certain where the problem is. I'd like to try PSPLink's gdb capabilities to narrow things down but I'm using 2.6 firmware. I'm actually not even 100% sure where this thing's crashing since I can't make use of an exception handler. I'm attempting to write ...
by phytoporg
Tue Aug 29, 2006 8:54 am
Forum: PSP Development
Topic: Misc Crashes
Replies: 29
Views: 14055

Sorry to revive an older thread, but I'm running into the same problems. Seems like everything is working properly, but when I remove arbitrary pieces of debug output, the program just crashes with nothing from the exception handler. Toying with the gcc flags doesn't seem to make any difference. Any...