sel4: link core to different address
This enables us to debug core and non-core using Qemu's GDB stub.
This commit is contained in:
committed by
Christian Helmuth
parent
11b9a0f376
commit
691f0eaae7
@@ -2,6 +2,8 @@ TARGET = core
|
||||
LIBS += core
|
||||
SRC_S = boot_modules.s
|
||||
|
||||
LD_TEXT_ADDR ?= 0x02000000
|
||||
|
||||
# XXX hack, based on base-hw/lib/mk/core.mk
|
||||
ifneq ($(wildcard $(BUILD_BASE_DIR)/boot_modules.s),)
|
||||
BOOT_MODULES_VPATH = $(BUILD_BASE_DIR)
|
||||
|
||||
Reference in New Issue
Block a user