mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
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:
parent
11b9a0f376
commit
691f0eaae7
@ -2,6 +2,8 @@ TARGET = core
|
|||||||
LIBS += core
|
LIBS += core
|
||||||
SRC_S = boot_modules.s
|
SRC_S = boot_modules.s
|
||||||
|
|
||||||
|
LD_TEXT_ADDR ?= 0x02000000
|
||||||
|
|
||||||
# XXX hack, based on base-hw/lib/mk/core.mk
|
# XXX hack, based on base-hw/lib/mk/core.mk
|
||||||
ifneq ($(wildcard $(BUILD_BASE_DIR)/boot_modules.s),)
|
ifneq ($(wildcard $(BUILD_BASE_DIR)/boot_modules.s),)
|
||||||
BOOT_MODULES_VPATH = $(BUILD_BASE_DIR)
|
BOOT_MODULES_VPATH = $(BUILD_BASE_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user