Lixie_II icon indicating copy to clipboard operation
Lixie_II copied to clipboard

Changes in memory Consumption in Lixie_II. Can't link in my wemos project

Open timostr opened this issue 5 years ago • 0 comments

Hi, I got following linker error in my Wemos D1 project: .platformio/packages/toolchain-xtensa/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: .pio\build\esp8266_DEVEL\firmware.elf section .text1' will not fit in region iram1_0_seg' collect2.exe: error: ld returned 1 exit status *** [.pio\build\esp8266_DEVEL\firmware.elf] Error 1

Linking works just fine using the old Lixie.h library.

As far as I understood, this might me linked to the number of functions in the Lixie_II class. Could you provide as well a stripped down version? I.e. remove all deprecated functions?

BR, Timo

timostr avatar Apr 26 '20 10:04 timostr