anchao opened a new pull request, #16718: URL: https://github.com/apache/nuttx/pull/16718
## Summary arm64/qemu: decouple qemu board from chip decouple qemu board from chip to support custom boards Signed-off-by: chao an <anchao.arc...@bytedance.com> ## Impact add support of custom board ## Testing enable CONFIG_ARCH_BOARD_CUSTOM and check the build fix build issue: ``` [1177/1180] Linking CXX executable nuttx FAILED: nuttx : && prebuilts/gcc/linux/arm64/bin/aarch64-none-elf-g++ --entry=__start -nostdlib -Wl,--gc-sections -Wl,-cref,-Map=nuttx.map -Wl,--print-memory-usage -Wl,--no-warn-rwx-segments @CMakeFiles/nuttx.rsp -o nuttx && : prebuilts/gcc/linux/arm64/bin/../lib/gcc/aarch64-none-elf/14.2.1/../../../../aarch64-none-elf/bin/ld: arch/libarch.a(qemu_boot.c.obj): in function `arm64_chip_boot': nuttx/arch/arm64/src/qemu/qemu_boot.c:180:(.text.arm64_chip_boot+0x30): undefined reference to `qemu_board_initialize' ``` -- 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