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 2020/11/16 07:21:58 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #2309: Fix armv7-a L2CC and apply the code to the sabre-6quad board

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:
users@infra.apache.org