Page 1 of 1

ESP-IDF current version

Posted: Fri Mar 02, 2018 9:50 am
by PaulVdBergh
Hi All,

I installed the ESP-IDF using

Code: Select all

$ git clone https://github.com/espressif/esp-idf.git
but when making, I get following message:

Code: Select all

WARNING: Toolchain version is not supported: 1.22.0-75-gbaf03c2
Expected to see version: 1.22.0-80-g6c4433a
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
Am I using the wrong repository, or am I using an outdated ESP-IDF version or can I ignore this message? Where can I find the 1.22.0-80 version?

Thanks in advance,
-Paul

Re: ESP-IDF current version

Posted: Fri Mar 02, 2018 10:15 am
by ESP_krzychb
Hi @PaulVdBergh,

You are using an outdated toolchain. Get the latest one from:
https://esp-idf.readthedocs.io/en/lates ... -toolchain

Re: ESP-IDF current version

Posted: Fri Mar 02, 2018 10:22 am
by PaulVdBergh
Ok, fine, thanks....