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

   cmake currently does not support non-FlatBuild,
   need disable ELF and LOADABLE when compiling other defconfigs
   
   ```
    cmake -B build -DBOARD_CONFIG=rv-virt/smp64 -GNinja # for rv32:rv-virt/smp
    cmake --build build -t menuconfig
    cmake --build build
    qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu rv64 -smp 8 -bios 
none -kernel nuttx -nographic
   ```
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


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