Today I downloaded actual version from github.
Looks like there are some major changes, sources for Math-functions disappeared.
Running make (ESP8266_BOARD=1 make) now returns this error:
LD espruino_esp8266_user1.elf
LD espruino_esp8266_user2.elf
/home/espruino/git/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: espruino_esp8266_user2.elf section .text' will not fit in regioniram1_0_seg'
collect2: error: ld returned 1 exit status
Is there anything else I have to do like new SDK or something like that ?
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.
Today I downloaded actual version from github.
Looks like there are some major changes, sources for Math-functions disappeared.
Running make (ESP8266_BOARD=1 make) now returns this error:
LD espruino_esp8266_user1.elf
LD espruino_esp8266_user2.elf
/home/espruino/git/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: espruino_esp8266_user2.elf section
.text' will not fit in region
iram1_0_seg'collect2: error: ld returned 1 exit status
Is there anything else I have to do like new SDK or something like that ?