Closed WallXiaoming closed 2 years ago
I followed the documentation and installed esp-idf. I rarely use make
cd examples/switch make
Makefile:8: /make/project.mk: No such file or directory make: *** No rule to make target '/make/project.mk'. Stop.
Since ESP-IDF V4.0, the default build system is based on CMake. I use CMake
I followed the documentation and installed esp-idf. I rarely use make
Makefile:8: /make/project.mk: No such file or directory make: *** No rule to make target '/make/project.mk'. Stop.