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

   Ugh, another problem revealed now? If there are build errors then CI will 
fail for all builds after merge? o_O
   
   ```
   
====================================================================================
   Configuration/Tool: sim/citest
   2026-01-02 19:43:04
   
------------------------------------------------------------------------------------
     Cleaning...
   HEAD detached at pull/17011/merge
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
        defconfig.tmp
   
   nothing added to commit but untracked files present (use "git add" to track)
     Configuring...
     Building NuttX...
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
                                    Dload  Upload   Total   Spent    Left  Speed
   
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     
0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
   
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   
   100  143k    0  143k    0     0   363k      0 --:--:-- --:--:-- --:--:--  
363k
   
   100 1646k    0 1646k    0     0  3124k      0 --:--:-- --:--:-- --:--:-- 
3124k
   timers/arch_alarm.c: In function 'udelay_coarse':
   Error: timers/arch_alarm.c:67:23: error: 'CONFIG_BOARD_LOOPSPERMSEC' 
undeclared (first use in this function); did you mean 
'CONFIG_BOARD_LOOPSPERUSEC'?
      67 |       for (i = 0; i < CONFIG_BOARD_LOOPSPERMSEC; i++)
         |                       ^~~~~~~~~~~~~~~~~~~~~~~~~
         |                       CONFIG_BOARD_LOOPSPERUSEC
   timers/arch_alarm.c:67:23: note: each undeclared identifier is reported only 
once for each function it appears in
   make[1]: *** [Makefile:109: arch_alarm.o] Error 1
   make[1]: Target 'libdrivers.a' not remade because of errors.
   make: *** [tools/LibTargets.mk:107: drivers/libdrivers.a] Error 2
   ```


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