simbit18 commented on PR #18083:
URL: https://github.com/apache/nuttx/pull/18083#issuecomment-3778592502

   Hi @acassis I think it's related to some recent changes.
   
   This is also present in the msvc job.
   ```
   
====================================================================================
   Configuration/Tool: sim\windows
   2026-01-21 13:29:33
   
------------------------------------------------------------------------------------
     Cleaning...
     Configuring...
     Select HOST_WINDOWS=y
     Select WINDOWS_NATIVE=y
      TOOLS_DIR path is "D:/a/nuttx/nuttx/sources/nuttx"
      HOST = WINDOWS NATIVE
     CMake configuration completed successfully.
     Building NuttX...
   MSBuild version 17.14.23+b0019275e for .NET Framework
   
     1>Checking Build System
     Building Custom Rule D:/a/nuttx/nuttx/sources/nuttx/CMakeLists.txt
     Building Custom Rule D:/a/nuttx/nuttx/sources/nuttx/CMakeLists.txt
     Building Custom Rule D:/a/nuttx/nuttx/sources/nuttx/CMakeLists.txt
   cl : command line  warning D9002: ignoring unknown option 
'-fvisibility=default' [D:\a\nuttx\nuttx\sources\nuttx\build\sim_head.vcxproj]
     sim_head.c
     sim_doirq.c
     Generating Code...
   D:\a\nuttx\nuttx\sources\nuttx\include\nuttx\macro.h(54,18): error C2010: 
'.': unexpected in macro parameter list 
[D:\a\nuttx\nuttx\sources\nuttx\build\sim_head.vcxproj]
     (compiling source file '../arch/sim/src/sim/sim_head.c')
     
   D:\a\nuttx\nuttx\sources\nuttx\include\nuttx\macro.h(55,17): error C2010: 
'.': unexpected in macro parameter list 
[D:\a\nuttx\nuttx\sources\nuttx\build\sim_head.vcxproj]
     (compiling source file '../arch/sim/src/sim/sim_head.c')
     
   D:\a\nuttx\nuttx\sources\nuttx\include\nuttx\macro.h(54,18): error C2010: 
'.': unexpected in macro parameter list 
[D:\a\nuttx\nuttx\sources\nuttx\build\sim_head.vcxproj]
     (compiling source file '../arch/sim/src/sim/sim_doirq.c')
     
   D:\a\nuttx\nuttx\sources\nuttx\include\nuttx\macro.h(55,17): error C2010: 
'.': unexpected in macro parameter list 
[D:\a\nuttx\nuttx\sources\nuttx\build\sim_head.vcxproj]
     (compiling source file '../arch/sim/src/sim/sim_doirq.c')
     
     An error occurred while copying files: Cannot find path 
'D:\a\nuttx\nuttx\sources\nuttx\build\Debug\nuttx.exe' because it does not 
exist.
     Refresh completed successfully.
   
------------------------------------------------------------------------------------
   End: 2026-01-21 13:30:14
   
====================================================================================
   Error: Process completed with exit code 1.
   ```


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