Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Symbols in header file can not be resolved

Hello Everybody,

I just tested my CDT plugin with Eclipse Kepler and saw thousands of "unresolved symbol" errors in my project.

So I just tried creating a standard GCC project, to see if I get the same issue. I created a source an header file in the same folder. In the header file I defined a symbol:
#define MY_DEF 1
This symbol I used in the C file.
Indeed it shows the same error "Symbol MY_DEF could not be resolved".

Can somebody reproduce this issue? Did something change from 4.2 to 4.3 version, ist there an option I need to check?

Thanks for your help!

Sebastian

Back to the top