WARNING: tool esp32ulp-elf version 2.38_20240113 is installed, but has reported version unknown (IDFGH-13738) #14602
Labels
Resolution: Cannot Reproduce
Issue cannot be reproduced
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
ESP-IDF v5.3.1
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
CMD
What is the expected behavior?
Successfully run the build script.
What is the actual behavior?
I have a problem where esp32ulp-elf always reports version unknown. This began happening on ESP-IDF v5.2.2, but I could usually recover it by running
install.bat
. It started to become a more persistent problem so I updated to ESP-IDF v5.3.1, however it is still happening. The log below is only the relevant part of the install script run, it completes but then if I runexport.bat
, it reports the version unknown for esp32ulp-elf and prompts to runinstall.bat
again.C:\Users\mswan\.espressif\Espressif\frameworks\esp-idf-v5.3.1>install
Installing ESP-IDF tools
Selected targets are: esp32c2, esp32, esp32s3, esp32c6, esp32c5, esp32c61, esp32p4, esp32h2, esp32c3, esp32s2
Current system platform: win64
Installing tools: xtensa-esp-elf-gdb, riscv32-esp-elf-gdb, xtensa-esp-elf, riscv32-esp-elf, esp32ulp-elf, cmake, openocd-esp32, ninja, idf-exe, ccache, dfu-util, esp-rom-elfs
Skipping [email protected]_20240403 (already installed)
Skipping [email protected]_20240403 (already installed)
Skipping [email protected]_20240530 (already installed)
Skipping [email protected]_20240530 (already installed)
WARNING: tool esp32ulp-elf version 2.38_20240113 is installed, but has reported version unknown
Installing [email protected]_20240113
file esp32ulp-elf-2.38_20240113-win64.zip is already downloaded
WARNING: destination path already exists, removing
Extracting
C:\Users\mswan\.espressif\Espressif\dist\esp32ulp-elf-2.38_20240113-win64.zip
toC:\Users\mswan\.espressif\Espressif\tools\esp32ulp-elf\2.38_20240113
WARNING: tool esp32ulp-elf version 2.38_20240113 is installed, but reporting version unknown
Skipping [email protected] (already installed)
Skipping [email protected] (already installed)
Skipping [email protected] (already installed)
Skipping [email protected] (already installed)
Skipping [email protected] (already installed)
Skipping [email protected] (already installed)
Skipping esp-rom-elfs@20240305 (already installed)
Setting up Python environment
Python 3.11.2
Steps to reproduce.
esp-idf-tools-setup-offline-5.3.1.exe
idf.py set-target esp32c6
(for example)Build or installation Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: