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


   Hmmm, the following error happenned but the error does not relate to this PR.
   
   ```
   
====================================================================================
   Configuration/Tool: stm32f429i-disco/nxwm,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Disabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
     Enabling CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
     Building NuttX...
   src/chexcalculator.cxx: In member function 'void 
NxWM::CHexCalculator::updateText()':
   Error: src/chexcalculator.cxx:676:38: error: expected ')' before 'PRI64X'
     676 |       std::snprintf(buffer, 24, "%16" PRI64X, m_accum);
         |                    ~                 ^~~~~~~
         |                                      )
   Error: src/chexcalculator.cxx:680:36: error: expected ')' before 'PRI64d'
     680 |       std::snprintf(buffer, 24, "%" PRI64d, m_accum);
         |                    ~               ^~~~~~~
         |                                    )
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to