Search found 3 matches
- Wed Oct 04, 2023 12:56 am
- Forum: General Discussion
- Topic: include error by using an external project
- Replies: 0
- Views: 984
include error by using an external project
Hello together, currently I'm trying to include the lwm2m-protocol to the esp32-wroom. So I'm trying among others to include an external project / library in the CMakeLists.txt of my esp32-project. But cmake can`t find the includes imy "main.c". I get the error messages `fatal error: lwm2m/connect.h...
- Sat Jul 01, 2023 8:25 am
- Forum: ESP-IDF
- Topic: new esp-idf-project with the use of components; #include driver/gpio.h: No such file or directory
- Replies: 4
- Views: 6329
Re: new esp-idf-project with the use of components; #include driver/gpio.h: No such file or directory
It works, i'm so happy
I tried so many things to solve this problem.
Many thanks for this hint.
I tried so many things to solve this problem.
Many thanks for this hint.
- Fri Jun 30, 2023 8:38 pm
- Forum: ESP-IDF
- Topic: new esp-idf-project with the use of components; #include driver/gpio.h: No such file or directory
- Replies: 4
- Views: 6329
new esp-idf-project with the use of components; #include driver/gpio.h: No such file or directory
Hi together, first of all, I don't have much experience in programming the ESP32 a the moment. So the answer for my problem could be simple. Currently, I have ESP-IDF v5.2 installed on my ubuntu host under the directory ~esp/esp-idf/. Next to this directory I have created a simple esp-blinki-project...