Page 1 of 1

Symbol not found in eclipse

Posted: Fri Jan 08, 2021 12:17 pm
by dariensavio
I have installed the plugin in Eclipse for embedded C/C++ developers. The project is building successfully with no errors or warning, but there are several problems of the type "Symbol XXX could not be resolved". sdkconfig.h has been included in the project. What is the solution to this?

Re: Symbol not found in eclipse

Posted: Fri Jan 29, 2021 10:14 am
by ESP_kondalkolipaka
See if this helps.

Code: Select all

Project > C/C++ Index > Freshen All Files
If you still see the issue, remove the build directory and re-build the project.

Thanks