LVGL with Square Line studio leads to memory error on esp8266

Hello, i want to use LVGL on my esp8266 Board, creating a ui with square line studio. However i get an error message, indicating that the BSS section is trying to allocate memory that exceeds the available memory region (dram0_0_seg ):

c:/users/tizi1/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.1.0-gcc10.3-e5f9fec/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: address 0x400117b8 of C:\Users\tizi1\AppData\Local\Temp\arduino\sketches\CA978D59220EBCF123B4C876D43EC9D4/ui.ino.elf section .bss' is not within region dram0_0_seg'
c:/users/tizi1/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.1.0-gcc10.3-e5f9fec/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: address 0x400117b8 of C:\Users\tizi1\AppData\Local\Temp\arduino\sketches\CA978D59220EBCF123B4C876D43EC9D4/ui.ino.elf section .bss' is not within region dram0_0_seg'
collect2.exe: error: ld returned 1 exit status

I only created one test screen, so it shouldn't be to large. Any ideas what could be wrong or how to troubleshoot this? Thanks in advance

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.