esp32-homekit-camera icon indicating copy to clipboard operation
esp32-homekit-camera copied to clipboard

unable to create menuconfig

Open ejdprops opened this issue 3 years ago • 1 comments

When trying to run cmake menuconfig from the esp32-homekit-camera directory, I get the following error:

CMake Error: The source directory "F:/Programs/esp32-homekit-camera/menuconfig" does not exist.

I've followed all the instructions for setting up everything but cannot figure out why it's telling me this. I've never used the ESP-IDF before, so any help would be greatly appreciated.

ejdprops avatar Jun 25 '21 22:06 ejdprops

You have to run make and not cmake.

simonbogh avatar Jan 19 '22 14:01 simonbogh