Can not create elf file after upgrading lvgl to version 6.1.1

Description

I want to update the lvgl library of my project from v6.0 to v6.1.1. but after I do this, it seems that the compiler can not create the .elf file. I can’t understand why.
so any idea?

What MCU/Processor/Board and compiler are you using?

stm32f429igt6, gcc, stm32cubeide -an eclipse based ide-

What do you expect?

I expect a successful compile just like with v6.0 of lvgl.

What error are you getting?

image

Nothing else gets printed besides that? Did you check the build log?

1 Like

wow :expressionless:
I didn’t know that there is such a thing. I took a look at the build log and yep, the problem was the lack of ram. thanks dear @embeddedt :hibiscus: