pkarashchenko commented on PR #8913:
URL: https://github.com/apache/nuttx/pull/8913#issuecomment-1485289223

   @xiaoxiang781216 I see
   ```
   
====================================================================================
   Configuration/Tool: stm32f334-disco/powerled,CONFIG_ARM_TOOLCHAIN_CLANG
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
   ...
     Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
     Enabling CONFIG_ARM_TOOLCHAIN_CLANG
     Building NuttX...
   ld.lld: error: section '.data' will not fit in region 'flash': overflowed by 
32 bytes
   ld.lld: error: section '.data' will not fit in region 'flash': overflowed by 
80 bytes
   ld.lld: error: section '.data' will not fit in region 'flash': overflowed by 
92 bytes
   ld.lld: error: section '.data' will not fit in region 'flash': overflowed by 
92 bytes
   make[1]: *** [Makefile:187: nuttx] Error 1
   make: *** [tools/Unix.mk:520: nuttx] Error 2
   make: Target 'all' not remade because of errors.
   /github/workspace/sources/nuttx/tools/testbuild.sh: line 338: 
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or 
directory
     Normalize stm32f334-disco/powerled
   ```
   But this is not treated as an error. Can somebody who has experience with 
Clang take a look into this?


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to