ESP-AT cmake error
Posted: Tue Nov 05, 2024 3:24 am
I installed IDF and supported tools, IDF examples works fine to me, it builds and configures. But when i trying to do the same with ESP-AT project i getting the cmake error.
I cloned the ESP-AT project, switched to the version 3.4.0.0 branch which is the release branch for my esp32s2 chip, then I did "python build.py install" and tried to configure the project through "python build.py menuconfig" but I got a cmake error:
I tried the different version of ESP-AT, tried to clone different versions of ESP-IDF for AT project manualy from git but nothing works, how could i fix that? Thanks!
I cloned the ESP-AT project, switched to the version 3.4.0.0 branch which is the release branch for my esp32s2 chip, then I did "python build.py install" and tried to configure the project through "python build.py menuconfig" but I got a cmake error:
Code: Select all
...........
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32s2
Invalid field "dependencies:espressif/cmake_utilities:rules:[0]:if": Operator in only supports list of strings on the right side. Got "esp32c2"
CMake Error at esp-idf/tools/cmake/build.cmake:519 (message):
ERROR: Manifest is not valid
Call Stack (most recent call first):
esp-idf/tools/cmake/project.cmake:530 (idf_build_process)
CMakeLists.txt:123 (project)
-- Configuring incomplete, errors occurred!
See also "C:/work/Source/SDK/ESP/esp-at/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
A fatal error occurred: idf.py build failed