ESP32 toolchain "idf.py" – problem with execution

Sysprogs forums Forums VisualGDB ESP32 toolchain "idf.py" – problem with execution

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35254
    SileliS
    Participant

    Hello,

    I have installed esp32 toolchain. It have been installed via VisualGDB project creator wizard.

    For my project I want to execute idf.py menuconfig but i can npt do this because in “Developer power shell I receive replay: “Please use idf.py only in an ESP-IDF shell environment”.

    Unfortunately VisualGDB do not create a shortcut to ESP-IDF shell environment so my question are:

    1) How to create “ESP-IDF shell environment”?

    or

    2) How to execute idf.py menuconfig or other idf command in VisualGDB?

    Attachments:
    You must be logged in to view attached files.
    #35263
    support
    Keymaster

    Hi,

    You can try dumping the build command into a batch file as shown here. It will contain all the necessary environment variables, so you can then modify it to run idf.py or any other command.

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