Page 2 of 2

Re: ESP32 Unresolved Inclusion on Hello World

Posted: Wed Feb 12, 2020 10:00 am
by ESP_kondalkolipaka
This issue got fixed with the latest build - IDF Eclipse Plugin v1.0.0-beta5 (Build: 1.0.0.202002120536)

Please check the release notes https://github.com/espressif/idf-eclips ... n/releases

Re: ESP32 Unresolved Inclusion on Hello World

Posted: Fri Feb 28, 2020 5:46 pm
by dansam
It looks like this issue is again occurring since v1.0.0-rc1. Includes are showing as unresolved each time a project is open.
-d

Re: ESP32 Unresolved Inclusion on Hello World

Posted: Mon Sep 26, 2022 9:50 pm
by c4corvettelover
Hello,

I am facing this same issue with many unresolved inclusions after a successful build. I'm running win 10 and using the Espressif IDE (I downloaded the latest package and installed the automated EXE).

Unresolved inclusions are in every .C file I try to compile, but some examples are "FreeRtos.h". I am simply trying to compile the example code "esp32-s3-eye" for my ESP-EYE board. I have tried uninstalling and reinstalling following the online guides perfectly with no luck.


Below is the About info for my build:
Espressif-IDE is an Integrated Development Environment(IDE) based on Eclipse CDT for developing IoT Applications using ESP-IDF framework.
Version: 2.6.0
Build id: 20220811-0838
OS: Windows 10, v.10.0, x86_64 / win32
Java vendor: Amazon.com Inc.
Java runtime version: 11.0.15+9-LTS
Java version: 11.0.15

Hopefully someone can help!

Thanks,
Steve

Re: ESP32 Unresolved Inclusion on Hello World

Posted: Tue Sep 27, 2022 1:30 pm
by ESP_kondalkolipaka
Hello Steve,

I have documented how to configure esp-who in espressif-ide and build the examples, could you please check this and see if that helps? I was trying to build an example it seems to be working fine.

Thanks