Hi,
After successfully building LVGL9 for PICO, I wanted to try it for my STM32 L496GDISC board, but I got an error message:
CC build-STM32L496GDISC/pins_STM32L496GDISC.c
LINK build-STM32L496GDISC/firmware.elf
/usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: build-STM32L496GDISC/firmware.elf section `.text' will not fit in region `FLASH'
/usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: region `FLASH' overflowed by 210752 bytes
collect2: error: ld returned 1 exit status
make: *** [Makefile:671 : build-STM32L496GDISC/firmware.elf] Erreur 1
I understand that there isn’t enough memory, but how can I reduce the memory footprint?
Thank you