Originally Posted by
cha0ticbliss
Heh.. I also just started coding today. Can't even get "hello world" to work......pathetic
Anyone know what this means?
$ make
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -L. -L/usr/local/
pspdev/psp/sdk/lib main.c -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk
-lc -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver -lpsputility -lpspus
er -lpspkernel -o hello.elf
main.c: In function 'main':
main.c:41: error: syntax error before 'SetupCallbacks'
make: *** [hello.elf] Error 1
^me trying to compile it. I don't know how to fix this problem,
but it may be refering to the syntax of this line
thid = sceKernelCreateThread("update_thread", CallbackThread, 0x11, 0xFA0, 0, 0);