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:
Norman Feske 2015-05-13 11:17:03 +02:00 committed by Christian Helmuth
parent 11b9a0f376
commit 691f0eaae7
1 changed files with 2 additions and 0 deletions

View File

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