Search found 7 matches

by Freezez
Sun Mar 02, 2008 5:14 am
Forum: PSP Development
Topic: 8001001C error with one program
Replies: 1
Views: 1424

It was my memory stick. I format it and it work perfectly.
by Freezez
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 ?
by Freezez
Sat Mar 01, 2008 7:33 pm
Forum: PSP Development
Topic: Build errors with pspgl and sdl_ttf (undefined ref)
Replies: 2
Views: 1524

Sorry... I was very tired.

I fix the problem. I have'nt linker to correct lib.
by Freezez
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....
by Freezez
Sat Feb 16, 2008 9:32 pm
Forum: PSP Development
Topic: sceNetApctlConnect() problem
Replies: 5
Views: 2042

I will try that but other apps using this netconf work perfectly. Why ?
by Freezez
Sat Feb 16, 2008 11:02 am
Forum: PSP Development
Topic: sceNetApctlConnect() problem
Replies: 5
Views: 2042

Thanks for your answer. I've tried what you say but nothing happened.
I have always the 80110601 error.
by Freezez
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...