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 2021/07/03 01:09:16 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #4049: Raspipico smp

masayuki2009 commented on pull request #4049:
URL: https://github.com/apache/incubator-nuttx/pull/4049#issuecomment-873320945


   Hmm, the following build error happened.
   The stm32f103 is a Cortex-M3-based chip and should not be affected by this PR.
   
   ```
   ====================================================================================
   Configuration/Tool: stm32f103-minimum/sensors,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
     Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
     Building NuttX...
   /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /github/workspace/sources/nuttx/nuttx section `.data' will not fit in region `flash'
   /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: region `flash' overflowed by 4 bytes
   collect2: error: ld returned 1 exit status
   make[1]: *** [Makefile:156: nuttx] Error 1
   make: *** [tools/Makefile.unix:422: nuttx] Error 2
   make: Target 'all' not remade because of errors.
   /github/workspace/sources/nuttx/tools/testbuild.sh: line 252: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory
   ```


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