Hello,
I set up a VIsualGDB trial to be used on a Win10Pro machine to use it under VS2022 for esp32 development, following this page :
https://visualgdb.com/tutorials/esp32/esp32-c6/
I setup all as instructed, VisualGDB installed by it’s own the latest Esp32 IDF, python 3, and I already checked all paths both for VisualGDB ( under VS 2022 ) and for Windows itself to be correct…
The system appears to find all, but when trying to create a new project for the ESP32-C6, I got this error :
Run "C:\Users\Alex\AppData\Local\VisualGDB\Python3\python.exe E:\Esp32\esp-idf/v5.1\tools\idf_tools.py install-python-env" in directory "" on local computer
--------------------------
WARNING: Is it not possible to determine the IDF version: [Errno 2] No such file or directory: 'E:\\esp32\\esp-idf\\components\\esp_common\\include\\esp_idf_version.h'
ERROR: IDF version cannot be determined
--------------------------
Command exited with code 1
What is wrong…? it appears the command is not going through the ‘/v5.1’ folder in the IDF toolchain when passing an argument to python…
Thnaks for any support…
Regards
Alex
-
This topic was modified 1 year ago by support. Reason: formatting