- you should set
IDF_PATH
andXTENSA_ESP32_ELF_PATH
environment variables when use the configuration files
take ubuntu for example, you can add the following to the end of ~/.profile
file (user profile file) or /etc/profile
(system profile file)
export IDF_PATH=/home/liber/esp/esp-idf
export XTENSA_ESP32_ELF_PATH=/home/liber/esp/xtensa-esp32-elf