mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
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 ``` Signed-off-by: xuxin19 <xuxin19@xiaomi.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| x86 | ||
| xtensa | ||
| arch_atomic.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||