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:59:47 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #7491: Fix the warning found by https://github.com/apache/incubator-nuttx/pull/7391

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

   >Testing
   >Pass CI
   
   @xiaoxiang781216 
   Hmm, the CI is still failing. How did you test this PR?
   
   ```
   ====================================================================================
   Configuration/Tool: zkit-arm-1769/nxhello,CONFIG_ARM_TOOLCHAIN_GNU_EABI
   ------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARM_TOOLCHAIN_BUILDROOT_OABI
     Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
     Building NuttX...
   chip/lpc17_40_serial.c: In function 'arm_earlyserialinit':
   Error: chip/lpc17_40_serial.c:1602:25: error: implicit declaration of function 'lpc17_40_uartcclkdiv'; did you mean 'lpc17_40_uartdl'? [-Werror=implicit-function-declaration]
    1602 |   g_uart0priv.cclkdiv = lpc17_40_uartcclkdiv(CONFIG_UART0_BAUD);
         |                         ^~~~~~~~~~~~~~~~~~~~
         |                         lpc17_40_uartdl
   cc1: all warnings being treated as errors
   make[1]: *** [Makefile:144: lpc17_40_serial.o] Error 1
   ```
   


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