Chapter 2. Development environment
2.3.2 When installing ESP-IDF version master using ESP-IDF Tools 2.3 in Windows sys-
tem, an error occurred as: Installation has failed with exit code 2. What could be
the reason?
This is related to the bad network environment. The Github repository cannot be downloaded smoothly
under such network environment, causing SDK download failure on your PC. If you encounter Github
access problems, it is recommended to use the offline version of the latest
2.3.3 When setting up environment using esp-idf-tools-setup-2.3.exe on Windows, errors
occurred when make menuconfig is executed:
-- Warning: Did not find file Compiler/-ASM Configure
-- Configuring incomplete, errors occurred!
This is because the system could not find the project to be compiled. You need to change directory to
the ESP-IDF project before running commands to configure and compile the project. For example, to
build the project hello world, go to esp-idf/examples/get-started/hello_world before
running the commands.
2.3.4 When using esp-idf-tools-setup-2.2.exe in Windows system, a python error occurred
during the installation:
Installation has failed with exit code 1
1. Update your tool chain:
2. Remove the obsolete option "–no-site-packages"from idf_tools.py
2.3.5 What should I do if I get Download failed: security channel support
error when installing build environment in the Windows system?
This is because the Windows system has disabled the default support for SSl3.0.
Solution: Go to Control Panel and find Internet option, select Advanced, and check the use
SSL 3.0 option.
2.3.6 When executing export.bat in Windows system, what should I do if I get CMake
and gdbgui version errors?
C:\Users\xxxx\.espressif\tools\cmake\3.16.4\bin
The following Python requirements are not satisfied:
gdbgui>=0.13.2.0
This is because the upstream gdbgui has been updated, thus it is not compatible with the low version of
python. The current solution is to manually modify the root file requirements.txt in ESP-IDF by
changing the description of gdbgui version to gdbgui==0.13.2.0.
Espressif Systems
https://dl.espressif.com/dl/esp-idf-tools-setup-2.3.exe
15
Submit Document Feedback
ESP-IDF Windows
Installer.
Release master
Need help?
Do you have a question about the ESP and is the answer not in the manual?