Can't update pspsdk compile error

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
drcd
Posts: 22
Joined: Sun Dec 04, 2005 6:58 am

Can't update pspsdk compile error

Post by drcd »

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?
Post Reply