Question

my project must be "not CDT project". I'm building it by Makefile from command line, and its build correctly. But whole project in Eclipse in many places have unresolved errors. Not all statements are unresolved. It's looks randomly on first shoot (but its not).

I'm don't know where to add paths (I knows path to unresolved files). Problem is because "not CDT" are unabled to be changed from Project/Properties.

How "not CDT" project can be configured?

Was it helpful?

Solution

Check Project->Properties->C++ General->Path and Symbols and set your include path's there. Rerun the indexer on the project afterwards.

Such a project is called a 'Makefile' project BTW, of course it's still a CDT project!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top