younghyunjo / esp32-homekit

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

Not Compiling #45

Open ericklil opened 5 years ago

ericklil commented 5 years ago

Not Compiling

ericklil commented 5 years ago

Hello,

I am getting the following while running make -No rule to make target wolfssl/src/internal.o', needed bylibesp32-homekit-master.a'. Stop.- the wolfssl directory was empty tried populating is with your clone, what am I missing?

Xanadu1220 commented 5 years ago

Just Download the files and copy to wolfSSL folder!!!!

rillhu commented 4 years ago

it looks you donot download the right wolfssl. you can also refer to https://github.com/rillhu/esp32-homekit, which I made some update based on this repo.