linguini1 commented on PR #17011:
URL: https://github.com/apache/nuttx/pull/17011#issuecomment-3879032192

   Hi @simbit18,
   I've tried rebasing on the latest master branch, but I'm still encountering 
this error which doesn't occur when I do a local CMake build.
   
   ```console
   
====================================================================================
   Cmake in present: sim/mount
   Configuration/Tool: sim/mount
   2026-02-10 15:46:21
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
   warning: the value '' is invalid for BOARD_LOOPSPERMSEC (defined at 
arch/Kconfig:1366), which has type int -- assignment ignored
     Select HOST_LINUX=y
     Select HOST_X86_64=y
   CMake Warning at cmake/nuttx_kconfig.cmake:245 (message):
     Kconfig Configuration Error: warning: the value '' is invalid for
     BOARD_LOOPSPERMSEC (defined at arch/Kconfig:1366), which has type int --
     assignment ignored
   
   Call Stack (most recent call first):
     cmake/nuttx_sethost.cmake:107 (nuttx_setconfig)
     CMakeLists.txt:357 (nuttx_sethost)
   
   
      TOOLS_DIR path is "/github/workspace/sources/nuttx"
      HOST = Linux
     Building NuttX...
   ===================================================
   ```
   
   I know that the symbol is undefined, but that is intentional, and I modified 
the build parsing code to allow the undefined symbol. This warning seems to 
come from Kconfig directly. Is it possible that the build system having a 
different Kconfig frontend than me would cause this discrepancy? Not sure how 
to resolve it.


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to