maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
399 stars 79 forks source link

CMakeLists.txt not found in project directory #80

Open Jonas-Bruns opened 3 years ago

Jonas-Bruns commented 3 years ago

Hello,

i have a problem configuring. When I use make I get the error message that the command does not exist. When I use idf.py menuconfig I get the message CMakeLists.txt does not exist.

I am using the latest ESP-IDF version on Windows with Python 3.7.8 .

Who can help me?

Hennoloe commented 3 years ago

Hi, I also got the same problem, so i was trying to do it with the cmakelists.txt data from components/esp32-camera.

Told me my CMake version could be to "new"

CMake Error at CMakeLists.txt:31 (register_component): Unknown CMake command "register_component".

aoimasu commented 3 years ago

Please use make menuconfig instead of idf.py menuconfig

Eistee82 commented 3 years ago

I got this: $ make menuconfig Makefile:5: /make/project.mk: No such file or directory make: *** Keine Regel, um „/make/project.mk“ zu erstellen. Schluss.

gautam-dev-maker commented 3 years ago

This issue has been solved in this pull request