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
error with make menuconfig
Re: error with make menuconfig
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).
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
Thank you very much. I had a stange symbol in the file.
It worked
It worked