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