Page 1 of 1

Anyone using Visual GDB? Looking for help with toolchains

Posted: Mon Jul 03, 2023 8:25 am
by orbitcoms
Hi,
I'm having troble getting the toolchains set up in Visual Studio 2022 and using the latest Visual GDB.

The first one is trying to get a new esp-idf version 5 project compiling. I follow the new project wizard, select cmake compiler and check out version 5.02 esf-idf compiler. I select a project from the examples (hello_world) and when I open the project I get this error.
Python is installed on the machine and I can create and compile of using VSCODE but not in Visual studio with GDB.

CMake Error at C:/SysGCC/esp32/esp-idf/v5.0/tools/cmake/build.cmake:342 (message):
Some Python dependencies must be installed. Check above message for
details.
Call Stack (most recent call first):
C:/SysGCC/esp32/esp-idf/v5.0/tools/cmake/build.cmake:480 (__build_check_python)
C:/SysGCC/esp32/esp-idf/v5.0/tools/cmake/project.cmake:440 (idf_build_process)
CMakeLists.txt:6 (project)

The other problem is I cannot get an adf project running.

Has someone here got experience setting these up or can help me with this.

Thanks

Re: Anyone using Visual GDB? Looking for help with toolchains

Posted: Wed Jul 12, 2023 9:55 am
by ESP_kondalkolipaka
Hello,

Here we mostly deal with ESP-IDF extension for VSCode and Espressif-IDE(Eclipse based)

https://github.com/espressif/idf-eclipse-plugin
https://github.com/espressif/vscode-esp-idf-extension

Thanks!