You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/11/01 01:57:50 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7484: Launch the initial task through task_spawn instead of nxtask_create

masayuki2009 commented on PR #7484:
URL: https://github.com/apache/incubator-nuttx/pull/7484#issuecomment-1297914077

   >Testing
   >Pass CI
   
   @xiaoxiang781216 
   Hmm, the CI is still failing.
   
   ```
   
   ====================================================================================
   Configuration/Tool: ea3131/pgnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Building NuttX...
   arm-none-eabi-ld: /github/workspace/sources/nuttx/nuttx section `.locked' will not fit in region `locked'
   arm-none-eabi-ld: section .paged LMA [0000000011035000,0000000011042907] overlaps section .locked LMA [0000000011029080,00000000110354ab]
   arm-none-eabi-ld: section .ARM.exidx LMA [00000000110354ac,00000000110354b3] overlaps section .paged LMA [0000000011035000,0000000011042907]
   arm-none-eabi-ld: region `locked' overflowed by 1480 bytes
   make[1]: *** [Makefile:174: nuttx] Error 1
   make: *** [tools/Unix.mk:499: nuttx] Error 2
   ```


-- 
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-unsubscribe@nuttx.apache.org

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