Kisszalimo opened a new issue, #3066:
URL: https://github.com/apache/mynewt-core/issues/3066

   Hi,
   I would like to try out a [simple demo 
app](https://github.com/apache/mynewt-core/pull/2951/commits/0ad5f0ed5d452dafca8c56ed45f2682ebc94c602)
 using LVGL which was introduced in Mynewt v1.11. Unfortunately I get an error 
while building project:
   
   ```
   $ newt build limon_v1
   ...
   Error: /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/bin/ld: 
/home/(...)/apache-mynewt-newt-bin-linux-1.11.0/limon_v1/bin/targets/limon_v1/app/apps/blinky/blinky.elf
 section `.bss' will not fit in region `RAM'
   /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/bin/ld: region RAM 
overflowed with stack
   /usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/bin/ld: region 
`RAM' overflowed by 5156 bytes
   collect2: error: ld returned 1 exit status
   ```
   
   If I remember correctly, I only added 
```@apache-mynewt-core/hw/drivers/display/lvgl``` into app ```pkg.yml``` as a 
package dependency and set LVGL display resolution and ```LCD_DC_PIN``` in the 
appropriate ```syscfg.yml``` file. I did not modify any further files and I use 
built-in LVGL demos.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to