Page 1 of 1

ESP32 with Eclipse IDE...build failed

Posted: Mon Sep 07, 2020 10:18 am
by park_lemon
Hi all,
I need help...

i follow exactly the steps at the following link:
https://www.instructables.com/id/ESP32- ... lipse-IDE/
My PC run on Window 10 64bit Operating System.

But i got ERROR after build.

This is the ERROR:

16:55:04 **** Build of configuration Default for project HelloWorld ****
python C:/msys32/home/vinodh/esp/esp-idf/tools/windows/eclipse_make.py flash
make: *** No rule to make target 'flash'. Stop.
Running make in 'C:/Users/vinodh/Desktop/workspace/HelloWorld'
python C:/msys32/home/vinodh/esp/esp-idf/tools/check_python_dependencies.py
The following Python requirements are not satisfied:
click>=5.0
future>=0.15.2
cryptography>=2.1.4
pyparsing>=2.0.3,<2.4.0
pyelftools>=0.22
gdbgui>=0.13.2.0
pygdbmi<=0.9.0.2
reedsolo>=1.5.3,<=1.5.4
bitstring>=3.1.6
esp-windows-curses; sys_platform == 'win32'
Please follow the instructions found in the "Set up the tools" section of ESP-IDF Getting Started Guide
Diagnostic information:
IDF_PYTHON_ENV_PATH: (not set)
Python interpreter used: C:/msys32/mingw32/bin/python.exe
Warning: python interpreter not running from IDF_PYTHON_ENV_PATH
PATH: C:\msys32\mingw32\bin;C:\msys32\mingw32\bin;C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin
"python C:/msys32/home/vinodh/esp/esp-idf/tools/windows/eclipse_make.py flash" terminated with exit code 2. Build might be incomplete.

16:55:06 Build Failed. 1 errors, 1 warnings. (took 1s.547ms)

Hope get some suggestion on how to fix these issues.
Thank you very much.

Re: ESP32 with Eclipse IDE...build failed

Posted: Mon Sep 07, 2020 2:32 pm
by ESP_Roland
Hi park_lemon,

The part of the description "Click on this link to download the toolchain for Windows." contains a very old link. Use the latest ZIP listed here:

https://docs.espressif.com/projects/esp ... hain-setup