xuxin930 commented on issue #14936: URL: https://github.com/apache/nuttx/issues/14936#issuecomment-2520426030
Hi @yamt @cuiziwei1 `CONFIG_HOST_MACOS ` is loaded after CMake generator execution completed. However, this error occurs during the `ToolChain file `verification phase. At this time, the generator has not yet been successfully executed. So `CONFIG_HOST_MACOS` cannot be read let change` NOT CONFIG_HOST_MACOS` to `NOT APPLE` -- 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