Search found 2 matches
- Wed Jun 17, 2020 7:49 am
- Forum: IDEs for ESP-IDF
- Topic: failed to get Eclipse CDT working for ESP32
- Replies: 1
- Views: 3321
Re: failed to get Eclipse CDT working for ESP32
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 wi...
- Fri Jun 12, 2020 7:52 am
- Forum: IDEs for ESP-IDF
- Topic: failed to get Eclipse CDT working for ESP32
- Replies: 1
- Views: 3321
failed to get Eclipse CDT working for ESP32
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 faile...