xiaoxiang781216 commented on PR #19452:
URL: https://github.com/apache/nuttx/pull/19452#issuecomment-5060298776

   @ricardgb please fix the flash overflow error:
   ```
   FAILED: nuttx 
   : && /tools/ccache/bin/arm-none-eabi-gcc  --specs=nosys.specs   
-Wl,--print-memory-usage -Wl,--entry=__start -nostdlib -Wl,--gc-sections 
-Wl,--cref -Wl,-Map=nuttx.map @CMakeFiles/nuttx.rsp -o nuttx  && :
   
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld:
 nuttx section `.data' will not fit in region `flash'
   
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/13.2.1/../../../../arm-none-eabi/bin/ld:
 region `flash' overflowed by 20 bytes
   Memory region         Used Size  Region Size  %age Used
              flash:       65556 B        64 KB    100.03%
               sram:        5676 B        16 KB     34.64%
   ```


-- 
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