Search found 7 matches

by x2cube
Sat Nov 19, 2005 4:58 am
Forum: PSP Development
Topic: Can't load module
Replies: 0
Views: 770

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...
by x2cube
Fri Nov 18, 2005 2:57 pm
Forum: PSP Development
Topic: error building from toolchain
Replies: 12
Views: 5462

mrbrown wrote:Fixed in revision 1461.
thanks that works
by x2cube
Thu Nov 17, 2005 5:57 pm
Forum: PSP Development
Topic: error building from toolchain
Replies: 12
Views: 5462

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...
by x2cube
Sun Oct 16, 2005 6:52 am
Forum: PSP Development
Topic: using namespace or class?
Replies: 3
Views: 1293

CyberBill wrote:Dont use .c, use .cpp.

You probably need to change some stuff in your makefile to allow for C++ code, too.

But that is the correct syntax.
thanks for the help!
by x2cube
Sun Oct 16, 2005 6:16 am
Forum: PSP Development
Topic: using namespace or class?
Replies: 3
Views: 1293

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...
by x2cube
Wed Oct 12, 2005 4:54 am
Forum: PSP Development
Topic: Error Compiling SDL_Image
Replies: 2
Views: 1374

jimparis wrote:The toolchain at oopo's site is old and incompatible with current pspsdk. Checkout svn://svn.pspdev.org/psp/trunk/psptoolchain/ and run the toolchain.sh in there.
thanks that fixed it
by x2cube
Tue Oct 11, 2005 5:16 pm
Forum: PSP Development
Topic: Error Compiling SDL_Image
Replies: 2
Views: 1374

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...