Altera_Forum
Honored Contributor
15 years agoNicheStack tk_crnos.h compiling problem
Hi there,
I have problem compiling my NIOSII App SimpeSock Server under Cyclone3 (FireFighter board), I'm using NIOSII 10.0sp1 and i get an error in file: tk_crnos.h when i want to compile it. Error looks like that:
expected '=', ',', ';', 'asm' or '__attribute__' before '*' token tk_crnos.h
Line in tk_crnos.h:
extern OS_EVENT *rcvdq_sem_ptr;
Can anyone could help me solve this problem?