issue with building a wifi example
Posted: Thu Mar 08, 2018 12:00 am
Hi -
I've been tasked with exploring the esp32 product for my company. I've followed the instructions for downloading both the IDF and the toolchain. When I attempt to build (via msys2) the provided wifi/wpa2_enterprise example, I get some warnings and errors:
What is the meaning of MINGW32 mode?
Thanks for any assistance.
I've been tasked with exploring the esp32 product for my company. I've followed the instructions for downloading both the IDF and the toolchain. When I attempt to build (via msys2) the provided wifi/wpa2_enterprise example, I get some warnings and errors:
It seems like the toolchain version I have is actually later than the one expected; is this really a problem?$ make
c:/esp-idf-v3.0-rc1/make/project.mk:54: esp-idf build system only supports MSYS2 in "MINGW32" mode. Consult the ESP-IDF documentation for details.
WARNING: Toolchain version is not supported: 1.22.0-80-g6c4433a
Expected to see version: 1.22.0-75-gbaf03c2
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
/c/esp-idf-v3.0-rc1/make/project.mk:54: esp-idf build system only supports MSYS2 in "MINGW32" mode. Consult the ESP-IDF documentation for details.
WARNING: Toolchain version is not supported: 1.22.0-80-g6c4433a
Expected to see version: 1.22.0-75-gbaf03c2
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
.
.
.
What is the meaning of MINGW32 mode?
Thanks for any assistance.