Forum Discussion
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?12 Replies
- Altera_Forum
Honored Contributor
Did anyone ever resolve this?
- Altera_Forum
Honored Contributor
I solve my problem, i realized that under Quartus II project there is no reposition to Ethernet Driver coz it isn't implement on this project. ;/