esp-idf master branch (5.1) with VisualGDB

Sysprogs forums Forums VisualGDB esp-idf master branch (5.1) with VisualGDB

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #34117
    Masteraid
    Participant

    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-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!
    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 failed

     

     

    #34118
    support
    Keymaster

    Hi,

    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.

    #34120
    Masteraid
    Participant

    Ah, ok understood, do you have an idea of when the v5.1 will be released?

    Thank you for your answer and your time

    #34121
    support
    Keymaster

    Please contact Espressif directly for all questions about ESP-IDF and other tools provided by them.

    #34122
    Masteraid
    Participant

    Ok, thank you

    #34397
    gojimmypi
    Participant
    #34398
    support
    Keymaster

    Thanks, we will look into it and release a repackaged toolchain within the next 2-3 weeks.

    #34399
    gojimmypi
    Participant

    awesome, thank you 🙂

    #34458
    support
    Keymaster

    OK, 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/

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.