1

Currently running Eclipse Luna under osx Yosemite for a C project.

I don't understand why eclipse cannot resolve a symbol.

I have an include directory I want to add, so I include it in the settings > path and symbols > include.

I can open the declaration of my symbol just fine in the editor but eclipse/codan keeps complaining that this symbol is not resolved (red underlying and no way to auto-complete that symbol).

There is something I missed I hope.

How can I solve that ?

jww
  • 97,681
  • 90
  • 411
  • 885
Jdarc
  • 55
  • 6

1 Answers1

0

Ok,

found out :

in the preprocessor include path, one has to add the include directories here (the CDT User settings, since it is a custom directory). Symbols resolved. All ends well.

Bye

Jdarc
  • 55
  • 6