You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build my code, I always get the same error.
for the moment I'm just trying to do a ' printf() ' while having the library on my project
I downloaded the library to my project and modified the 'CMakeListe.txt' file to implement the library
I use eclipse with the ESP-IDF extension and use an ESP32-C3, the basic examples like 'blink' work (when the 'ESP-IDF Components library ' is not in the project)
I don't understand the error message because the requested file is located where it should be (i2cdev.c) i2cdevnotfound.pdf
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try to build my code, I always get the same error.
for the moment I'm just trying to do a ' printf() ' while having the library on my project
I downloaded the library to my project and modified the 'CMakeListe.txt' file to implement the library
I use eclipse with the ESP-IDF extension and use an ESP32-C3, the basic examples like 'blink' work (when the 'ESP-IDF Components library ' is not in the project)
I don't understand the error message because the requested file is located where it should be (i2cdev.c)
i2cdevnotfound.pdf
if anyone can help me I would appreciate it
Beta Was this translation helpful? Give feedback.
All reactions