fix: use arm-none-eabi-gdb instead of gdb to debug

This commit is contained in:
King Kévin 2017-05-04 12:03:50 +02:00
parent 9ff17ff581
commit 6d7736c3b5
1 changed files with 1 additions and 1 deletions

View File

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