anchao commented on code in PR #15800: URL: https://github.com/apache/nuttx/pull/15800#discussion_r1950198314
########## boards/arm/qemu/qemu-armv7r/CMakeLists.txt: ########## @@ -20,6 +20,6 @@ # # ############################################################################## -set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/dramboot.ld") +set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/nuttx.ld") Review Comment: so the ld file in userspace is nuttx_user.ld, kernel space is nuttx.ld? -- 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