maccoylton / esp-homekit-multi-sensor

Homekit muti sensor, motion, temperate, humidity and light with OTA
Apache License 2.0
17 stars 4 forks source link

Build problem #4

Closed okanduzyel closed 4 years ago

okanduzyel commented 4 years ago

I am living same issue with that: https://github.com/maccoylton/esp-homekit-air-quality-sensor/issues/9

I cloned it with that code: git clone --recursive https://github.com/maccoylton/esp-homekit-multi-sensor.git .

Then, entered src folder and tried to execute that code: make -C . test

Result:

vagrant@vagrant-ubuntu-trusty-64:~/esp-homekit-demo/examples/esp-homekit-multi-sensor/src$ make -C . test
make: Entering directory `/home/vagrant/esp-homekit-demo/examples/esp-homekit-multi-sensor/src'
/home/vagrant/esp-open-rtos/common.mk:223: /home/vagrant/esp-homekit-demo/examples/esp-homekit-multi-sensor/components/esp-homekit/component.mk: No such file or directory
make: *** No rule to make target `/home/vagrant/esp-homekit-demo/examples/esp-homekit-multi-sensor/components/esp-homekit/component.mk'.  Stop.
make: Leaving directory `/home/vagrant/esp-homekit-demo/examples/esp-homekit-multi-sensor/src'
vagrant@vagrant-ubuntu-trusty-64:~/esp-homekit-demo/examples/esp-homekit-multi-sensor/src$
maccoylton commented 4 years ago

This is dependant on you have a working esp-open-rtos build environment, instruction for that can be found here:- https://github.com/SuperHouse/esp-open-rtos.

Alternatively check out the wiki for instructions on installing a pre-built firmware

okanduzyel commented 4 years ago

Alternatively check out the wiki for instructions on installing a pre-built firmware

That is amazing, solved my problem quickly.

Thanks a lot ✋🏻