Esp-idf: No rule to make target 'menuconfig'. Stop. (IDFGH-2076)

Created on 26 Oct 2019  路  2Comments  路  Source: espressif/esp-idf

I download and extract the repository to the components folder of my ESP-IDF project.
But when I want to make menuconfig this happened.
Annotation 2019-10-25 204656

I use python 2.7 8 ( windows 10 ) 64 bit

Most helpful comment

Hi @amirjak. You are not supposed to run make in the components directory. Please create your own project (based on the template or an example application) and set the IDF_PATH to your ~/esp-idf.
make should be run in your project folder.

All 2 comments

Hi @amirjak. You are not supposed to run make in the components directory. Please create your own project (based on the template or an example application) and set the IDF_PATH to your ~/esp-idf.
make should be run in your project folder.

Thank you very much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

luc-github picture luc-github  路  4Comments

jakkra picture jakkra  路  3Comments

ESP32DE picture ESP32DE  路  4Comments

beriberikix picture beriberikix  路  3Comments

ghost picture ghost  路  4Comments