Sysprogs forums › Forums › VisualGDB › esp-idf master branch (5.1) with VisualGDB
- This topic has 8 replies, 3 voices, and was last updated 1 year, 4 months ago by support.
-
AuthorPosts
-
April 13, 2023 at 06:32 #34117MasteraidParticipant
Hi! I am encountering a build problem whenever i try to use the v.5.1 (master) of the espressif esp-idf from Visual Studio 2019 and VisualGDB
The problem seems to indicate that the tool is not downloading the correct gcc compiler, i paste here the error.
Thank you in advance for you help and your time.
Requirement files:
– C:\SysGCC\esp32\esp-idf\master\tools\requirements\requirements.core.txt
Python being checked: C:\Espressif\python_env\\idf5.1_py3.8_env\Scripts\python.exe
— Project sdkconfig file C:/Users/HP/source/repos/provaperononva/provaperononva/sdkconfig
Compiler supported targets: xtensa-esp32s3-elfCMake 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.exePlease 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!
See also “C:/Users/HP/source/repos/provaperononva/provaperononva/build/VisualGDB/Debug/CMakeFiles/CMakeOutput.log”.
————————————————————-
Command exited with code 1
Executable: C:\Users\HP\AppData\Local\VisualGDB\CMake\bin\cmake.exe
Arguments: ../../.. -G “Ninja” -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_MAKE_PROGRAM=C:/SysGCC/esp32/tools/ninja/1.10.2/ninja.exe -DESP_PLATFORM=1 -DCCACHE_ENABLE=0 -DIDF_TARGET=esp32s3
Directory: C:\Users\HP\source\repos\provaperononva\provaperononva/build/VisualGDB/Debug
Command-line action failedApril 13, 2023 at 08:02 #34118supportKeymasterHi,
This is to be expected. The master branch of ESP-IDF is untested, often doesn’t work on Windows, and may require some tweaking to get working.
Once Espressif resolves these issues and gets confident about the quality, they usually publish it as a stable release, and we release a toolchain that includes it and works out-of-the-box. If you do not want to wait for that and would like to try the pre-release build, you will have to troubleshoot it yourself, sorry.
April 13, 2023 at 08:33 #34120MasteraidParticipantAh, ok understood, do you have an idea of when the v5.1 will be released?
Thank you for your answer and your time
April 13, 2023 at 08:40 #34121supportKeymasterPlease contact Espressif directly for all questions about ESP-IDF and other tools provided by them.
April 13, 2023 at 09:04 #34122MasteraidParticipantOk, thank you
June 30, 2023 at 10:11 #34397gojimmypiParticipantESP-IDF 5.1 has been released: https://github.com/espressif/esp-idf/releases/tag/v5.1
June 30, 2023 at 10:14 #34398supportKeymasterThanks, we will look into it and release a repackaged toolchain within the next 2-3 weeks.
June 30, 2023 at 10:16 #34399gojimmypiParticipantawesome, thank you 🙂
July 13, 2023 at 15:49 #34458supportKeymasterOK, we have just released an updated ESP32 toolchain that includes ESP-IDF 5.1 and fully supports ESP32-C6. Feel free to update to it via VisualGDB Package Manager.
We have also published a tutorial on debugging the ESP32-C6 here: https://visualgdb.com/tutorials/esp32/esp32-c6/
-
AuthorPosts
- You must be logged in to reply to this topic.