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/06/01 05:32:38 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #3738: Don't include assert.h from public header file

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


   @xiaoxiang781216 
   
   Hmm, the buid still fails.
   
   ```
   ====================================================================================
   Configuration/Tool: nucleo-g070rb/nsh,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARMV6M_TOOLCHAIN_GNU_EABIL
     Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
     Building NuttX...
   chip/stm32_tim.c: In function 'stm32_tim_setclock':
   Error: chip/stm32_tim.c:556:3: error: implicit declaration of function 'DEBUGASSERT' [-Werror=implicit-function-declaration]
     556 |   DEBUGASSERT(dev != NULL);
         |   ^~~~~~~~~~~
   cc1: all warnings being treated as errors
   make[1]: *** [Makefile:138: stm32_tim.o] Error 1
   make[1]: Target 'libarch.a' 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.

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