From 3cc9903b13d19f240b19f132c9de21eeaff19477 Mon Sep 17 00:00:00 2001 From: Chaos <5280764+ChaosCA@users.noreply.github.com> Date: Thu, 7 Feb 2019 13:59:48 -0600 Subject: [PATCH] Enable the ARM Simulator for GDB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should add the `target sim` for GDB from what I’ve seen online about this. Closes #295 --- linux-armv7/crosstool-ng.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-armv7/crosstool-ng.config b/linux-armv7/crosstool-ng.config index 8fcd472..4a5f106 100644 --- a/linux-armv7/crosstool-ng.config +++ b/linux-armv7/crosstool-ng.config @@ -427,7 +427,7 @@ CT_CC_LANG_FORTRAN=y CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set -# CT_GDB_CROSS_SIM is not set +CT_GDB_CROSS_SIM=y CT_GDB_CROSS_PYTHON=y CT_GDB_CROSS_PYTHON_BINARY="" CT_GDB_CROSS_EXTRA_CONFIG_ARRAY=""