I'm facing issue with Eclipse indexer. I have migrated to IDF v3.3 LTS not so long ago and not sure what is going wrong.
My setup:
- Windows 10 Home
- Eclipse 2018-09 (4.9.0)
- IDF v.3.3 LTS
- Toolchain (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a5) 5.2.0
https://github.com/espressif/esp-idf/tr ... age/spiffs
I'm doing everything as described here:
https://docs.espressif.com/projects/esp ... up-eclipse
Project compiles in both Eclipse and toolchain console. But after compilation is done, Eclipse have many (depends on project) errors
"Symbol XXX could not be resolved"
My pathes:
Toolchain location:
C:\Projects\ESP32\TOOLS\msys32
IDF location:
C:\Projects\ESP32\TOOLS\esp-idf
Project location:
C:\Projects\ESP32\Projects\base2\spiffs
Detailed Eclipse configuration:
C/C++ Build
C/C++ Build - Enviroment [continued in next post]