maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile not found

timo-kurtz opened this issue · comments

When I'm executing:

make -C examples/temperature_sensor

form the instructions (wiki).

I´ll get the following message:

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

It looks like you didn't do this step:

Checkout esp-open-rtos and set SDK_PATH environment variable pointing to it.

I use an esp32 and so this instruction.

Ok, so for ESP32 you should use examples in examples/esp32.. examples/temperature_sensor is an ESP8266 firmware example.