Search found 7 matches
- Sat Nov 19, 2005 4:58 am
- Forum: PSP Development
- Topic: Can't load module
- Replies: 0
- Views: 792
Can't load module
Trying to load flash0:/vsh/module/paf.prx I get this: block.c: _allocSysMemory:Low: no more space, can not alloc block.c: _allocSysMemory:Low: request nblocks 6131 (max 4016) SceModmgrLoadModuleFileBufferPRX, size 0x17f23 module mgr.c:exe_thread:LoadModule failed: 0x800200d9 modulemgr.c:sceKernelLoa...
- Fri Nov 18, 2005 2:57 pm
- Forum: PSP Development
- Topic: error building from toolchain
- Replies: 12
- Views: 5732
- Thu Nov 17, 2005 5:57 pm
- Forum: PSP Development
- Topic: error building from toolchain
- Replies: 12
- Views: 5732
error building from toolchain
Making all in sdk if psp-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../sdk/base -I../../sdk/kernel -I../../sdk/user -I../../sdk/net -I../../sdk/utility -g -O2 -G0 -Wall -MT query_mod.o -MD -MP -MF ".deps/query_mod.Tpo" -c -o query_mod.o query_mod.c; \ then mv -f ".deps/query_mod.Tpo&qu...
- Sun Oct 16, 2005 6:52 am
- Forum: PSP Development
- Topic: using namespace or class?
- Replies: 3
- Views: 1329
- Sun Oct 16, 2005 6:16 am
- Forum: PSP Development
- Topic: using namespace or class?
- Replies: 3
- Views: 1329
using namespace or class?
How do I put a namespace or class in my project? I tried this: namespace ABC { class PSPabc { int i; }; } but some errors arose: psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -c -o main.o main.c In file included from main.c:20: main...
- Wed Oct 12, 2005 4:54 am
- Forum: PSP Development
- Topic: Error Compiling SDL_Image
- Replies: 2
- Views: 1413
- Tue Oct 11, 2005 5:16 pm
- Forum: PSP Development
- Topic: Error Compiling SDL_Image
- Replies: 2
- Views: 1413
Error Compiling SDL_Image
First I ran the toolchain script from oopo's website then I compiled SDL, PSPSDK, jpeg, zlib, and libpng all from the svn, then I compiled newlib 1.13.0, and binutils-2.16 with their patches from the toolchain applied. I can't get past this error however, while compiling SDL_image :( using OS X 10.4...