I've installed gcc 3.x from UCLA site.
and I got this error -
In file included from test.c:23:
/usr/include/pthread.h:554: error: p error before '*' token
I've installed gcc 2.95 from the Linux Tollbox CD which I have.
the error is -
In file included from /usr/include/sys/pri.h:43,
from /usr/include/sys/sched.h:38,
from /usr/include/sched.h:52,
from /usr/include/pthread.h:44,
from test.c:23:
/usr/include/sys/proc.h:730: p error before `1UL'
/usr/include/sys/proc.h:730: stray '\' in program
In file included from /usr/include/pthread.h:44,
from test.c:23:
/usr/include/sched.h:66: p error before `}'
/usr/include/sched.h:71: warning: `struct sched_param' declared inside
parameter list
/usr/include/sched.h:71: warning: its scope is only this definition or
declaration, which is probably not what you ...
Bookmarks