Error in running programs in ESP-IDF
Posted: Sun May 07, 2023 5:50 pm
I was setting up ESP-IDF to use it with ESP32-S-series. Where I am encountering the problem in building the projects.
The build is getting failed. It says there is an error in the default CMake files. Tried solving it in available ways but no luck.
It says,
CMake Error at C:/Espressif/frameworks/esp-idf-v5.0/tools/cmake/project.cmake:356 (set):
Maximum recursion depth of 100 exceeded
-- Configuring incomplete, errors occurred!
cmake --build . -- -v
ninja: error: loading 'build.ninja': The system cannot find the file specified.
Hoping to find some suggestions regarding the error.
The build is getting failed. It says there is an error in the default CMake files. Tried solving it in available ways but no luck.
It says,
CMake Error at C:/Espressif/frameworks/esp-idf-v5.0/tools/cmake/project.cmake:356 (set):
Maximum recursion depth of 100 exceeded
-- Configuring incomplete, errors occurred!
cmake --build . -- -v
ninja: error: loading 'build.ninja': The system cannot find the file specified.
Hoping to find some suggestions regarding the error.