I have a 2 ESP_IDF folders, one checkout to release/v3.3 and the other to release/v4.3
I have a single ESP_TOOLS folder.
I have been working on the 4.3 project for a while and when I switched back to the the 3.3 one and click on the ESP-IDF shortcut to start the ESP_IDF environment I get:
Code: Select all
Using Python in C:\Users\William\AppData\Local\Programs\Python\Python37\
Python 3.7.3
Using Git in E:\Dev\Git\cmd\
git version 2.28.0.windows.1
Setting IDF_PATH: E:\Dev\Espressif\esp-idf-trinity
Adding ESP-IDF tools to PATH...
WARNING: tool xtensa-esp32-elf version 1.22.0-97-gc752ad58-5.2.0 is installed, but has reported version 1.22.0-97-gc752ad5d-5.2.0
ERROR: tool xtensa-esp32-elf has no installed versions. Please run 'E:\Dev\Espressif\esp-idf-trinity\install.bat' to install it.
Running install.bat seems to work, but when you run export.bat you get:
Code: Select all
E:\Dev\Espressif\esp-idf-trinity>export.bat
Setting IDF_PATH: E:\Dev\Espressif\esp-idf-trinity
Adding ESP-IDF tools to PATH...
WARNING: tool xtensa-esp32-elf version 1.22.0-97-gc752ad58-5.2.0 is installed, but has reported version 1.22.0-97-gc752ad5d-5.2.0
ERROR: tool xtensa-esp32-elf has no installed versions. Please run 'E:\Dev\Espressif\esp-idf-trinity\install.bat' to install it.
If so, what is it that I am doing wrong or how do I resolve this error with xtensa-esp32-elf version?