maximkulkin / esp-homekit-demo

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

cant compile simple example #438

Closed arkn666l closed 1 year ago

arkn666l commented 1 year ago

ubuntu server Linux ubuntu 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

arkngl@ubuntu:~/opt/Espressif/esp-homekit-demo/examples/led_status$ make make: port: Command not found

my ~/.profile

PATH="$HOME/bin:$HOME/.local/bin:$PATH"
export PATH="$HOME/opt/Espressif/esp-open-sdk/xtensa-lx106-elf/bin:$PATH"
export IDF_PATH=~/opt/Espressif/ESP8266_RTOS_SDK
export SDK_PATH=~/opt/Espressif/ESP8266_RTOS_SDK
export ESPPORT=/dev/ttyUSB0
export PATH=$PATH:/opt/local/bin

help

arkn666l commented 1 year ago

i was installed rtos bad

git clone https://github.com/Superhouse/esp-open-rtos.git

all ok with:

git clone --recursive https://github.com/Superhouse/esp-open-rtos.git