Espressif IDF Eclipse Plugins problems with Eclipse 2019-12 R
Posted: Mon Jan 27, 2020 1:51 pm
I managed to do all steps (using the HelloWorld-example) from https://github.com/espressif/idf-eclipse-plugin successfully with the following Eclipse-installations:
- 2018-12 R
- 2019-06 R
- 2019-09 R
- 2019-12 M2
But with the versions 2019-12 M3 and 2019-12 R, the CDT code analysis (I guess the build output parser) is missing include file paths. So although the console output has no errors and the firmware was build successfully, I get over 20 errors on the 'Problems'-view.
The errors and warnings are also displayed in the Eclipse editor, starting with missing inclusions at:
So it seems that during development of eclipse 2019-12 something broke the Espressive plugin between milestone 2 and 3.
I am using esp-idf v4.0 on Windows 10. Can anyone help?
- 2018-12 R
- 2019-06 R
- 2019-09 R
- 2019-12 M2
But with the versions 2019-12 M3 and 2019-12 R, the CDT code analysis (I guess the build output parser) is missing include file paths. So although the console output has no errors and the firmware was build successfully, I get over 20 errors on the 'Problems'-view.
The errors and warnings are also displayed in the Eclipse editor, starting with missing inclusions at:
Code: Select all
#include "freertos/FreeRTOS.h"
I am using esp-idf v4.0 on Windows 10. Can anyone help?