The errors i get are:
Code: Select all
main.c: In function 'CallbackThread':
main.c:45: warning: passing argument 2 of 'sceKernelCreateCallback' from incompatible pointer type
main.c: In function 'dump_threadstatus':
main.c:55: error: 'ThreadStatus' undeclared (first use in this function)
main.c:55: error: (Each undeclared identifier is reported only once
main.c:55: error: for each function it appears in.)
main.c:55: error: syntax error before 'status'
main.c:59: error: 'status' undeclared (first use in this function)
main.c: In function 'SetupCallbacks':
main.c:81: warning: passing argument 2 of 'sceKernelCreateThread' from incompatible pointer type
main.c: In function 'main':
main.c:93: error: 'g_elf_name' undeclared (first use in this function)
psptoolchain psptoolchain-20060120.tgz
What is the go?
and yes i have done a bit of research already ;)