ESP32 IDF installation confusion
Posted: Mon Mar 25, 2019 2:09 am
I tried to follow the installation procedure for the master branch for the ESP32 IDF. But when I tried the Hello_world example I got the following errors. I am on Windows 10 and I followed the instructions for the windows install.
I cloned the espressif/esp-idf repository today. Why do I get the above warnings? What should I do to get the correct environment installed?rudy@HP MINGW32 ~/esp/hello_world
$ make flash
Toolchain path: /opt/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
WARNING: Toolchain version is not supported: crosstool-ng-1.22.0-73-ge28a011
Expected to see version: crosstool-ng-1.22.0-80-g6c4433a
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
Compiler version: 5.2.0
WARNING: Toolchain version is not supported: crosstool-ng-1.22.0-73-ge28a011
Expected to see version: crosstool-ng-1.22.0-80-g6c4433a
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
The following Python requirements are not satisfied:
cryptography>=2.1.4
pyparsing>=2.0.3
The recommended way to install a packages is via "pacman". Please run "pacman -Ss <package_name>" for s
NOTE: You may need to run "pacman -Syu" if your package database is older and run twice if the previous
Please read https://github.com/msys2/msys2/wiki/Using-packages for further information about using "pac
WARNING: The cryptography package have dependencies on system packages so please make sure you run "pac
Alternatively, you can run "C:/msys32/mingw32/bin/python.exe -m pip install --user -r C:/msys32/home/ru
make: *** [C:/msys32/home/rudy/esp/esp-idf/make/project.mk:245: check_python_dependencies] Error 1