Search found 7 matches
- Sun Mar 02, 2008 5:14 am
- Forum: PSP Development
- Topic: 8001001C error with one program
- Replies: 1
- Views: 1424
- Sat Mar 01, 2008 9:51 pm
- Forum: PSP Development
- Topic: 8001001C error with one program
- Replies: 1
- Views: 1424
8001001C error with one program
When I launch my program (which use SDL) I have the 8001001C error.
Other applications compiled work perfectly. I don't know why...
Maybe I have to increase heap size ? or thread stack size ?
Other applications compiled work perfectly. I don't know why...
Maybe I have to increase heap size ? or thread stack size ?
- Sat Mar 01, 2008 7:33 pm
- Forum: PSP Development
- Topic: Build errors with pspgl and sdl_ttf (undefined ref)
- Replies: 2
- Views: 1524
- Sat Mar 01, 2008 10:46 am
- Forum: PSP Development
- Topic: Build errors with pspgl and sdl_ttf (undefined ref)
- Replies: 2
- Views: 1524
Build errors with pspgl and sdl_ttf (undefined ref)
I have recently recompiled all pspsdk with toolchain and psplibraries. The compilation is okay. No errors occur and libraries are all generated. But when I try to build a normal program (which work with old pspsdk) I have these errors : /usr/local/pspdev/lib/gcc/psp/4.1.0/../../../../psp/lib/libSDL....
- Sat Feb 16, 2008 9:32 pm
- Forum: PSP Development
- Topic: sceNetApctlConnect() problem
- Replies: 5
- Views: 2042
- Sat Feb 16, 2008 11:02 am
- Forum: PSP Development
- Topic: sceNetApctlConnect() problem
- Replies: 5
- Views: 2042
- Sat Feb 16, 2008 2:18 am
- Forum: PSP Development
- Topic: sceNetApctlConnect() problem
- Replies: 5
- Views: 2042
sceNetApctlConnect() problem
Hi. I've tried to make a PSP program which use wifi to connect on the Internet but it's don't work. I can compile it perfectly but when I run the program sceNetApctlConnect return an error 1106... something like that. Here is the code (very dirty sorry) : #include <stdio.h> #include <stdlib.h> #incl...