genode/ports/src/noux-pkg/gdb_arm/target.mk
Christian Prochaska 1b8fd4aa44 GDB for Noux
With this patch the 'GNU Project Debugger' (GDB) can be built for Noux.

The included run script connects GDB and GDB monitor via a cross-link
terminal and allows interactive source-level debugging of the GDB monitor
test application on Genode.

Fixes #280.
2012-07-19 15:42:25 +02:00

5 lines
97 B
Makefile

PROGRAM_PREFIX = genode-arm-
GDB_TARGET = arm-elf-eabi
include $(PRG_DIR)/../gdb/target.inc