acassis commented on issue #11267:
URL: https://github.com/apache/nuttx/issues/11267#issuecomment-1828634637

   @zyy37 thank you for reporting the issue! I think the issue is:
   ```
   choice
           prompt "Host CPU Type"
           default HOST_X86_64
   ```
   
   So, currently NuttX building system (both Makefile and CMake) are not able 
to autodetect the host for SIM target.
   Maybe if you run "make menuconfig" before "cmake --build build" it will be 
fixed. Unfortunately I don't have an ARM64 Mac to confirm it.
   
   @pkarashchenko or @cederom could you please confirm?


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