simbit18 opened a new pull request, #16546:
URL: https://github.com/apache/nuttx/pull/16546

   ## Summary
   
   Windows: cmake fix the redirect error stream on our CI
   
   ## Impact
   
   Impact on user: NO
   
   Impact on build: This PR fi redirect error stream on our CI
   
   Impact on hardware: NO
   
   Impact on documentation: NO
   
   Impact on security: NO
   
   Impact on compatibility: NO
   
   ## Testing
   
   locally and GitHub
   
   ```
   
====================================================================================
   Configuration/Tool: sim\windows
   2025-06-17 15:23:57
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Select HOST_WINDOWS=y
     Select WINDOWS_NATIVE=y
     CMake configuration completed successfully.
     Building NuttX...
   MSBuild version 17.13.15+18b3035f6 for .NET Framework
   
     1>Checking Build System
     Building Custom Rule D:/a/nuttx_test_pr/nuttx_test_
   
   ....
    nx_bringup.c
     instrument.c
     irq_initialize.c
     irq_attach.c
     irq_attach_thread.c
     irq_attach_wqueue.c
   D:\a\nuttx_test_pr\nuttx_test_pr\sources\nuttx\sched\wqueue\wqueue.h(91,25): 
error C2229: struct 'hp_wqueue_s' has an illegal zero-sized array 
[D:\a\nuttx_test_pr\nuttx_test_pr\sources\nuttx\build\sched\sched.vcxproj]
     irq_dispatch.c
     (compiling source file '../../sched/init/nx_bringup.c')
     
   
D:\a\nuttx_test_pr\nuttx_test_pr\sources\nuttx\sched\wqueue\wqueue.h(106,25): 
error C2229: struct 'lp_wqueue_s' has an illegal zero-sized array 
[D:\a\nuttx_test_pr\nuttx_test_pr\sources\nuttx\build\sched\sched.vcxproj]
     (compiling source file '../../sched/init/nx_bringup.c')
   ```
   
   
https://github.com/simbit18/nuttx_test_pr/actions/runs/15711280443/job/44269877824#logs
   
   
   


-- 
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-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to