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 agoRegardless of what Eclipse "thinks", it sounds to me like you're able to build successfully...even without the addition of the# include(s) in count_binary.c. So, to me, this sounds like an Eclipse CDT CODAN issue. I think it's the C/C++ indexer/code analyzer that is throwing that error.
These sorts of errors are annoying, but harmless. Generally, they can be fixed by adding the includes to the Eclipse project's include paths. CODAN isn't smart enough to parse the Makefile to determine where to look for included headers. Cheers! slacker