ESP-IDF Standard Toolchain fails to install correctly on 32-bit Linux OS (Raspberry Pi Bullseye or Bookworm)
Posted: Fri Oct 20, 2023 4:03 am
Full details (including reproducing error steps) are given in this writeup:
https://stackoverflow.com/questions/773 ... -error-too
I'm following the instructions given in:
https://docs.espressif.com/projects/esp ... setup.html
but I get 6 errors (quoted below) when sourcing ~/esp/esp-idf/export.sh into the current shell (as instructed). Searching the forums here give 5 similar issues ranging from 2019 to 2022. Most suggest installing:
Those are properly installed (as per linked instructions) but reinstalling make no difference to the errors. e.g.
TIA
https://stackoverflow.com/questions/773 ... -error-too
I'm following the instructions given in:
https://docs.espressif.com/projects/esp ... setup.html
but I get 6 errors (quoted below) when sourcing ~/esp/esp-idf/export.sh into the current shell (as instructed). Searching the forums here give 5 similar issues ranging from 2019 to 2022. Most suggest installing:
Code: Select all
libusb-1.0-0 or libusb-1.0
Any help appreciated.WARNING: directory for tool xtensa-esp-elf-gdb version 12.1_20221002 is present, but tool was not found
ERROR: tool xtensa-esp-elf-gdb has no installed versions. Please run '/usr/bin/python3 /home/pi/esp/esp-idf/tools/idf_tools.py install' to install it.
TIA