Forum Discussion
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