Page 1 of 1

error with make menuconfig

Posted: Wed May 30, 2018 4:41 pm
by agenasrl
Hello,
I just started the set up of the ESP-IDF using the tutorial in this link http://esp-idf.readthedocs.io/en/latest/get-started/
when I arrived to the Configure and I type

cd ~/esp/hello_world
make menuconfig


I get this error

tecnico@pc3 MINGW64 ~/esp/blink
$ make menuconfig
Makefile:8: /make/project.mk: No such file or directory
make: *** Nessuna regola per generare l'obiettivo "/make/project.mk". Arresto.

I tried everything for hours and no luck ...Please help

Re: error with make menuconfig

Posted: Wed May 30, 2018 11:29 pm
by ESP_Angus
Hi agenasri,

You'll see this error if the IDF_PATH variable is not set.

The steps to follow for Windows are here:
http://esp-idf.readthedocs.io/en/latest ... le-windows

Note that if you add this line to the profile file, it won't take effect until you close and reopen the MINGW32 terminal window. You can also add it temporarily without needing to close the window (the steps are shown at the docs in the link).

Re: error with make menuconfig

Posted: Thu May 31, 2018 7:37 am
by agenasrl
Thank you very much. I had a stange symbol in the file.
It worked