(resolved) issue with toolchain, maybe environment variables
Posted: Thu Oct 24, 2019 4:13 pm
Hi all -
I'm trying to build one of the Ethernet examples from the latest IDF. Whenever I make, I get this warning:
I've even gone so far as to remove the 5.2 directory from my C:\Users\MZimmers\.espressif\tools\xtensa-esp32-elffolder and I still get this error. Any idea what I'm doing wrong?
Thanks...
I'm trying to build one of the Ethernet examples from the latest IDF. Whenever I make, I get this warning:
Code: Select all
WARNING: Toolchain version is not supported: crosstool-ng-1.22.0-80-g6c4433a5
Expected to see version: esp32-2019r1
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
WARNING: Compiler version is not supported: 5.2.0
Expected to see version(s): 8.2.0
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
Python requirements from C:/esp-idf/requirements.txt are satisfied.
WARNING: Toolchain version is not supported: crosstool-ng-1.22.0-80-g6c4433a5
Expected to see version: esp32-2019r1
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
Thanks...