1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/tools
Benjamin Valentin 6e7414e220 makefiles/tools: Automatically detect gdb-multiarch
Modern versions of GDB support multiple targets with the same gdb binary.
At least Ubuntu and Debian have dropped the gdb-arm-none-eabi package in favour
of gdb-multiarch.
Here, no $(PREFIX)-gdb binary is availiable, instead gdb-multiarch should be used.

This patch tries to automatically detect the presense of gdb-multiarch and uses it
instead of arm-none-eabi-gdb.
2019-03-05 14:31:22 +01:00
..
openocd-adapters boards/common/stm32-link: add common place for stlink 2018-06-26 20:45:23 +02:00
avrdude.inc.mk makefiles/tools: Automatically set avrdude target 2019-02-28 20:55:04 +01:00
bossa.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
edbg.inc.mk edbg.inc.mk: handle IMAGE_OFFSET being defined with a space 2018-09-18 18:28:19 +02:00
gdb.inc.mk makefiles/tools: Automatically detect gdb-multiarch 2019-03-05 14:31:22 +01:00
jlink.inc.mk jlink: get flash and debug files from cli 2018-11-27 15:28:49 +01:00
openocd.inc.mk openocd: get flash and debug files from cli 2018-12-05 16:21:03 +01:00
pyocd.inc.mk dist/tools/pyocd: provide support for PyOCD programmer 2018-12-21 14:56:26 +01:00
renode.inc.mk makefiles/tools: use RIOTTOOLS variable 2018-05-15 11:29:33 +02:00
serial.inc.mk serial.inc.mk: disable local echo in picocom. 2019-02-25 18:08:20 +01:00
targets.inc.mk makefiles/tools: add Makefile dependency to EDBG 2018-07-10 15:20:14 +02:00