xuxin930 commented on code in PR #13886:
URL: https://github.com/apache/nuttx/pull/13886#discussion_r1794527383


##########
arch/sim/src/sim/CMakeLists.txt:
##########
@@ -174,6 +174,9 @@ endif()
 
 if(CONFIG_SMP)
   list(APPEND SRCS sim_smpsignal.c sim_cpuidlestack.c)
+endif()
+
+if(CONFIG_ARCH_HAVE_MULTICPU)

Review Comment:
   @hujun260 only POSIX implementation is provided here, no Win implementation 
   this will block MSVC build



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