Error while trying to use release/5.1
Posted: Thu Apr 06, 2023 5:52 pm
Hi all, my problem is that when i try to use a 5.1 release version, this error occurs:
I believe that this is because it expects to find this esp-12.2.0_20230208 and i have this esp-2022r1-11.2.0, i downloaded the esp-12.2.0_20230208 version and put the folder on its position, but i can't understand where to change the path of the search.
Can you please help me?
Thank you in advance
Code: Select all
Compiler supported targets: xtensa-esp32s3-elf
CMake Error at C:/SysGCC/esp32/esp-idf/master/tools/cmake/tool_version_check.cmake:36 (message):
Tool doesn't match supported version from list ['esp-12.2.0_20230208']:
C:/SysGCC/esp32/tools/xtensa-esp32s3-elf/esp-2022r1-11.2.0/xtensa-esp32s3-elf/bin/xtensa-esp32s3-elf-gcc.exe
Please try to run 'idf.py fullclean' to solve it.
Call Stack (most recent call first):
C:/SysGCC/esp32/esp-idf/master/components/esp_common/project_include.cmake:10 (check_expected_tool_version)
C:/SysGCC/esp32/esp-idf/master/tools/cmake/build.cmake:397 (include)
C:/SysGCC/esp32/esp-idf/master/tools/cmake/build.cmake:619 (__build_process_project_includes)
C:/SysGCC/esp32/esp-idf/master/tools/cmake/project.cmake:464 (idf_build_process)
CMakeLists.txt:8 (project)
-- Configuring incomplete, errors occurred!
Can you please help me?
Thank you in advance