From 6d7736c3b5c6a77e4337a585bb170b60d503c3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 4 May 2017 12:03:50 +0200 Subject: [PATCH] fix: use arm-none-eabi-gdb instead of gdb to debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb3f88c..36f7559 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ AS := $(ELLCC)bin/ecc-as OBJCOPY := $(ELLCC)bin/ecc-objcopy OBJDUMP := $(ELLCC)bin/ecc-objdump # ecc-gdb is buggy and crashes on "kill" -GDB := gdb +GDB := arm-none-eabi-gdb # opencm3 libraries OPENCM3_DIR := libopencm3