Page 1 of 1

WARNING: Toolchain version is not supported: esp32-2019r1 Expected to see version: esp-2019r2

Posted: Thu Dec 05, 2019 2:53 am
by ralphs99
Hello all,

I've just downloaded 'esp32_win32_msys2_environment_and_toolchain-20190611', installed msys32 and set the path in 'export_idf_path.sh' per the instructions at 'Standard Setup of Toolchain for Windows (Legacy GNU Make)'

I'm seeing this warning when compiling: "WARNING: Toolchain version is not supported: esp32-2019r1 Expected to see version: esp-2019r2".

Is there a newer toolchain than the one linked to? Do I need to be concerned about the warning?

Thanks in advance!

Re: WARNING: Toolchain version is not supported: esp32-2019r1 Expected to see version: esp-2019r2

Posted: Thu Dec 12, 2019 12:18 am
by ESP_Angus
Hi ralphs,

Sorry, the new MSYS2 zip update is lagging the toolchain update. It will be updated before the final v4.0 release.

In the meantime, you can download the new toolchain from https://dl.espressif.com/dl/xtensa-esp3 ... -win32.zip and then delete the old toolchain (under C:\msys32\opt) and replace it with this one.


Angus

Re: WARNING: Toolchain version is not supported: esp32-2019r1 Expected to see version: esp-2019r2

Posted: Fri Dec 27, 2019 11:51 pm
by borch84
I am having the same issue.
I recently updated esp-idf master repo with git pull

Code: Select all

$ git describe --tags --dirty 
v4.1-dev-1572-g30372f5a4-dirty

/esp-idf$ ls 
add_path.sh     CONTRIBUTING.rst  export.bat  install.bat  Kconfig  README_CN.md      sdkconfig.rename      tools
CMakeLists.txt  docs              export.ps1  install.ps1  LICENSE  README.md         SUPPORT_POLICY_CN.md
components      examples          export.sh   install.sh   make     requirements.txt  SUPPORT_POLICY.md
WARNING: Toolchain version is not supported: crosstool-ng-1.22.0-80-g6c4433a
Expected to see version: esp-2019r2

Where do I get the linux version esp-2019r2 of the toolchain?

Thanks.

Re: WARNING: Toolchain version is not supported: esp32-2019r1 Expected to see version: esp-2019r2

Posted: Mon Dec 30, 2019 5:40 am
by ESP_Angus
borch84 wrote:
Fri Dec 27, 2019 11:51 pm
Where do I get the linux version esp-2019r2 of the toolchain?
For IDF v4.0 and later, we recommend using the new "ESP-IDF Tools" management system which is part of the master branch IDF version:
https://docs.espressif.com/projects/esp ... -the-tools