You could copy everything to an ubuntu-vm from @tve server: git clone https://github.com/tve/Espruino.git curl -Ls http://s3.voneicken.com/xtensa-lx106-elf.tgx | tar Jxf - curl -Ls http://s3.voneicken.com/esp_iot_sdk_v1.5.0.tgx | tar Jxf -
next assign variables: ESP8266SDK_ROOT needs to be set to esp_iot_sdk.... and xtensa-lx106.... is appended to path
last not least cd to Espruino folder and: ESP8266_BOARD=1 make
@JumJum started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
You could copy everything to an ubuntu-vm from @tve server:
git clone https://github.com/tve/Espruino.git
curl -Ls http://s3.voneicken.com/xtensa-lx106-elf.tgx | tar Jxf -
curl -Ls http://s3.voneicken.com/esp_iot_sdk_v1.5.0.tgx | tar Jxf -
next assign variables:
ESP8266SDK_ROOT needs to be set to esp_iot_sdk....
and xtensa-lx106.... is appended to path
last not least cd to Espruino folder and:
ESP8266_BOARD=1 make