Component "esp32"
Posted: Wed Feb 07, 2024 1:25 pm
I am running a C++ project using the I2C. In CMakeList.txt I call up the external lib esp-idf-lib-master/components and in the code I include "bh1750" and "bmp280".
I use an esp32s3 processor.
When I build the project, I get the error message:
CMake Error at C:/Espressif/frameworks/esp-idf-v5.1.2/tools/cmake/build.cmake:266 (message):
-- Configuring incomplete, errors occurred!
Failed to resolve component 'esp32'.
See also "D:/Projects_ESP32/IOT_V_2/Ex_i2c/build/CMakeFiles/CMakeOutput.log".
I can't find any clue in the CMakeOutput.log. The file is attached.
I can't find any component in the library called "esp32".
I have searched on the internet for a component called "esp32" but did not find any.
How do I solve this issue?
Regards,
Jorgen
I use an esp32s3 processor.
When I build the project, I get the error message:
CMake Error at C:/Espressif/frameworks/esp-idf-v5.1.2/tools/cmake/build.cmake:266 (message):
-- Configuring incomplete, errors occurred!
Failed to resolve component 'esp32'.
See also "D:/Projects_ESP32/IOT_V_2/Ex_i2c/build/CMakeFiles/CMakeOutput.log".
I can't find any clue in the CMakeOutput.log. The file is attached.
I can't find any component in the library called "esp32".
I have searched on the internet for a component called "esp32" but did not find any.
How do I solve this issue?
Regards,
Jorgen