Hi everyone
I'm trying to update my pspsdk. So i used toolchain which download files. But when it compiles files, it reports many errors in pspdebug.h:
syntax error missing ; at line
void pspDebugScreenPrintf(const char *fmt, ...) __attribute__((format(printf,1,2)));
and an other error in pspthreadman.h at line 41:
syntax error before SceUint32
and many other error.
So how can i fix it?