maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
803 stars 233 forks source link

Makefile not found #426

Closed timo-kurtz closed 2 years ago

timo-kurtz commented 2 years ago

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.
rottenhowler commented 2 years ago

It looks like you didn't do this step:

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

timo-kurtz commented 2 years ago

I use an esp32 and so this instruction.

rottenhowler commented 2 years ago

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