Syntax Errors with header files
Posted: Fri Jul 15, 2005 3:48 am
Hi;
I am having the following problem whilst compiling some code, the problem is not with the code but with the header files. As they have been released by pspdev I am not sure what is causing these errors please compare your pspkernal.h files and let me know what could possibly be causing these errors.
As I am aware that these header files are being used by everyone so it must be something wrong with mine...
for e.g I am getting a syntax error from the code u32 frame; the part producing the error is u32..
Please help
I am using codewarrior IDE
Error : declaration syntax error
(included from:
pspkernel.h:18
launcher.c:5)
pspctrl.h line 57 u32 frame;
[lots of errors removed]
I am having the following problem whilst compiling some code, the problem is not with the code but with the header files. As they have been released by pspdev I am not sure what is causing these errors please compare your pspkernal.h files and let me know what could possibly be causing these errors.
As I am aware that these header files are being used by everyone so it must be something wrong with mine...
for e.g I am getting a syntax error from the code u32 frame; the part producing the error is u32..
Please help
I am using codewarrior IDE
Error : declaration syntax error
(included from:
pspkernel.h:18
launcher.c:5)
pspctrl.h line 57 u32 frame;
[lots of errors removed]