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/09/27 11:05:55 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7195: armv7-a/r: SMP hande all cores start at same time

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

   @GUIDINGLI 
   
   ```
   ====================================================================================
   Configuration/Tool: launchxl-tms57004/nsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT
     Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Building NuttX...
   Error: armv7-r/arm_head.S:375:5: error: "CONFIG_SMP_NCPUS" is not defined, evaluates to 0 [-Werror=undef]
     375 | #if CONFIG_SMP_NCPUS > 1
         |     ^~~~~~~~~~~~~~~~
   cc1: all warnings being treated as errors
   make[1]: *** [Makefile:140: arm_head.o] Error 1
   make[1]: Target 'libarch.a' not remade because of errors.
   make: *** [tools/LibTargets.mk:152: arch/arm/src/libarch.a] Error 2
   make: Target 'all' not remade because of errors.
   ```
   


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