Toolchain disappeared

Sysprogs forums Forums VisualGDB Toolchain disappeared

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23570
    dedvalson
    Participant

    Hi,

    I had a notice pop up telling me that the esp32 toolchain v16 was available. I told it to load it side by side to my current tool chain. The new toolchain now appears at c:\SysGCC\esp32-16, which is where I told it to go, but the toolchain I was using which was c:\SysGCC\esp32-15 can no longer by found by my project nor does it appear in the list of installed toolchains.

    I tried editing the FindToolchain.props file to put 15 back in the list but the file gets overwritten as soon as I start Visual Studio and the toolchain 15 is still missing.

    How do I make the toolchain come back? It is still there unmodified I just can’t make VisualGDB use it.

    Thanks,

    Don

    #23580
    support
    Keymaster

    Hi,

    Please try checking the registry under HKEY_CURRENT_USER\Software\Sysprogs\GNUToolchains. VisualGDB loads toolchains from the paths listed there. Simply create another key following the SysGCC-<target> pattern and restart Visual Studio (or reopen the VisualGDB Package Manager) to register another toolchain with VisualGDB.

    #23601
    dedvalson
    Participant

    That did it.

    Thanks.

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