You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up the various env variables:
export PATH=$PATH:/xtensa-lx106-elf/bin
export PATH=$PATH:/ESP8266_RTOS_SDK
export SDK_PATH=/ESP8266_RTOS_SDK
export IDF_PATH=/ESP8266_RTOS_SDK
export ESPPORT=
when I try to use the following command (from this library's main folder): make -C examples/led all
I get the error: " make: *** No rule to make target `all'. Stop. "
The text was updated successfully, but these errors were encountered:
Examples in examples/ directory are designed to be built with esp-open-rtos. There is an example of how to build firmware for esp8266-rtos-sdk in examples/esp8266-rtos/sdk/led although I haven't checked it lately, it might be outdated. If it does not work, let me know.
In my development environment (it ia a Macbook air):
I followed instructions here: https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/index.html
I have set up the various env variables:
export PATH=$PATH:/xtensa-lx106-elf/bin
export PATH=$PATH:/ESP8266_RTOS_SDK
export SDK_PATH=/ESP8266_RTOS_SDK
export IDF_PATH=/ESP8266_RTOS_SDK
export ESPPORT=
when I try to use the following command (from this library's main folder): make -C examples/led all
I get the error: " make: *** No rule to make target `all'. Stop. "
The text was updated successfully, but these errors were encountered: