Page 1 of 1

failed to get Eclipse CDT working for ESP32

Posted: Fri Jun 12, 2020 7:52 am
by rolf@august.de
followed the introduction till Create a new Project using Eclipse IDE for C/C++ Developers, Version: 2020-03 (4.15.0), Build id: 20200313-1211 on Debian Stretch.

A main.c is created, but Eclipse can't find any include file. Searching the web how to tell CDT-Eclipse where to find include files failed. Answers I found seem to refer to an older version of CDT-Eclipse.

Started over to try next step: Create a new project using ESP-IDF Templates.

Failed at the forth dot: Eclipse does not show up with a Next button, only Finish appeared. Therefore I was not able to select a template.

Someone who can imagine my faults? Any help available? How to get the first C++ project for ESP32 compiled in CDT-Eclipse?

Re: failed to get Eclipse CDT working for ESP32

Posted: Wed Jun 17, 2020 7:49 am
by rolf@august.de
Simple solution for a new project: includes are recognized in Eclipse only after first build as mentioned in the tutorial:
Note: You will see a lot of unresolved inclusion errors in the editor and those will be resolved only after the build.

However, Eclipse still not works for me, as expected. I will issue new questions here.