Everything has worked perfectly for me so far. VisualGDB under Visual Studio 2022 (ESP32 IDF 5.1 and 5.2) suddenly nothing works anymore. I always get the following error message:
— Detecting CXX compiler ABI info
— Detecting CXX compiler ABI info – done
— Check for working CXX compiler: C:/sysgcc/esp32/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin/xtensa-esp32-elf-g++.exe – skipped
— Detecting CXX compile features
— Detecting CXX compile features – done
— git rev-parse returned ‘fatal: not a git repository (or any of the parent directories): .git’
— Could not use ‘git describe’ to determine PROJECT_VER.
— Building ESP-IDF components for target esp32
— Checking Python dependencies…
ERROR: C:\Users\info\.espressif\espidf.constraints.v5.4.txt doesn’t exist. Perhaps you’ve forgotten to run the install scripts. Please check the installation guide for more information.
— Configuring incomplete, errors occurred!
CMake Error at C:/sysgcc/esp32/esp-idf/master/tools/cmake/build.cmake:402 (message):
Some Python dependencies must be installed. Check above message for
details.
Call Stack (most recent call first):
C:/sysgcc/esp32/esp-idf/master/tools/cmake/build.cmake:539 (__build_check_python)
C:/sysgcc/esp32/esp-idf/master/tools/cmake/project.cmake:710 (idf_build_process)
CMakeLists.txt:6 (project)
Even a new installation did not help.