younghyunjo / esp32-homekit

ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)
Apache License 2.0
445 stars 124 forks source link

Make error #7

Closed ysdndev closed 6 years ago

ysdndev commented 6 years ago

Following build instructions. On make command:

Makefile:8: /make/project.mk: No such file or directory make: *** No rule to make target `/make/project.mk'. Stop.

Did I miss something?

younghyunjo commented 6 years ago

Did you install esp-idf? https://github.com/espressif/esp-idf

ysdndev commented 6 years ago

Got esp-idf installed configured and woking, but came across this build error:

AR build/app_update/libapp_update.a CC build/arduino/cores/esp32/libb64/cdecode.o make[1]: No rule to make target cores/esp32/libb64/cencode.o', needed bylibarduino.a'. Stop. make: [component-arduino-build] Error 2

Any help would be appreciated.

younghyunjo commented 6 years ago

Please check this issue #6 .

younghyunjo commented 6 years ago

@ysdndev Everything works fine? If it works well, please close the issue

ysdndev commented 6 years ago

Sorry, haven't had a chance to test. Close for now. Thanks!