Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No CMakeList.txt #90

Open
painkiller996699 opened this issue May 25, 2021 · 6 comments
Open

No CMakeList.txt #90

painkiller996699 opened this issue May 25, 2021 · 6 comments

Comments

@painkiller996699
Copy link

Hello,

unfortunately I can not find the file "CMakeLists.txt". If I use a default file, then I do not have the setting "ESP32 HomeKit Camera". maybe you can add the appropriate "CMakeLists.txt"?

Thanks!

@chrwh
Copy link

chrwh commented Sep 23, 2021

Same issue here :-(

@andrewsampaio
Copy link

did you guys solved the CMakeLists.txt issue? I have the same issue. I was able to write my own and generate the EPS32 Homekit Camera menuconfig, but now i have problems compiling the solution.

@chrwh
Copy link

chrwh commented Oct 15, 2021

Sadly no, I've tried to make one, but i'm missing the "ESP32 HomeKit Camera" menu option, so can't make it work :-(

@andrewsampaio
Copy link

To solve the problem I just compile the whole thing with make (and not idf.py). Just download MSYS2 and follow the instructions on espressif’s site (look for build toolchain legacy GNU).

@chrwh
Copy link

chrwh commented Oct 20, 2021

Thanks, I just installed MSYS2, how do I proceed from there? I'm a bit lost here.

@andrewsampaio
Copy link

Just follow the instructions described here:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started-legacy/index.html
If you select Windows, then you’ll see that they have a “all-in-one” solution with MSYS2 (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started-legacy/windows-setup.html). If you download this package the only thing you’ll need to do is update the idf platform to the latest release (https://github.com/espressif/esp-idf).
With MSYS2 and idf you should be able to follow the instructions and compile HomeKit camera.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants