Search found 9 matches
- Sat Feb 25, 2006 12:51 pm
- Forum: PSP Development
- Topic: Analogue Pad
- Replies: 7
- Views: 2525
- Thu Jan 12, 2006 10:20 am
- Forum: PSP Development
- Topic: Error Installing psptoolchain...
- Replies: 14
- Views: 7070
oopo, the reason it only happens to new users is because the problems occur during the beggining. And it is not always people's faults. When I first ran the toolchain on one computer, it worked fine. When i tried to update, it wouldn't work. I tried to install it on two other computers with the same...
- Mon Jan 09, 2006 1:54 am
- Forum: PSP Development
- Topic: How do I use the psptoolchain script?
- Replies: 82
- Views: 57805
r declaration, which is probably not what you want ../../src/net/pspnet_resolver.h:76: warning: 'struct in_addr' declared inside pa rameter list make[3]: *** [inethelper.o] Error 1 make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/sdk' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory...
- Sat Nov 12, 2005 5:54 pm
- Forum: PSP Development
- Topic: Some stupid newbish questions :D
- Replies: 7
- Views: 3791
- Mon Sep 05, 2005 8:16 am
- Forum: PSP Development
- Topic: animation
- Replies: 2
- Views: 1812
- Tue Aug 16, 2005 2:36 pm
- Forum: PSP Development
- Topic: gcc compiling error
- Replies: 2
- Views: 1522
- Tue Aug 16, 2005 12:46 pm
- Forum: PSP Development
- Topic: gcc compiling error
- Replies: 2
- Views: 1522
gcc compiling error
make[1]: Entering directory `/tmp/pspdev/gcc-4.0.1/build-psp/build-i686-pc-cygwi n/fixincludes' gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../ ../fixincludes/../include ../../../fixincludes/fixincl.c gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../includ...
- Thu Aug 11, 2005 3:07 pm
- Forum: PSP Development
- Topic: parse error?
- Replies: 3
- Views: 2178
- Thu Aug 11, 2005 1:55 pm
- Forum: PSP Development
- Topic: parse error?
- Replies: 3
- Views: 2178
parse error?
/* Callback thread */ int CallbackThread(SceSize args, void *argp) { int cbid; cbid = sceKernelCreateCallback("Exit Callback", exit_callback, NULL); sceKernelRegisterExitCallback(cbid); sceKernelSleepThreadCB(); return 0; it says that theres an error before args, and since ive used this wi...