Forum Discussion
Altera_Forum
Honored Contributor
11 years agoCount_Binary alt_u8 not found
I have a simple NIOS II/s running the count_binary example. Eclipse is used as installed by Altera. The problem I'm running into is if you start a new project and select count_binary everything is fi...
Altera_Forum
Honored Contributor
11 years agoI just found the answer. I put# include stddef.h into the count_binary.h. The error went away. No one else has had this problem?