arm-none-eabi-run

GNU debugger for ARM Cortex-A/R/M processors

Debian Debian
RUN apt-get update && \ apt-get install -y gdb-arm-none-eabi
Ubuntu
RUN apt-get update && \ apt-get install -y gdb-arm-none-eabi
Arch Arch Linux
RUN pacman -S --noconfirm arm-none-eabi-gdb
Fedora
RUN dnf install -y arm-none-eabi-gdb
Raspbian
RUN apt-get update && \ apt-get install -y gdb-arm-none-eabi
click the source code to copy install arm-none-eabi-run on any operating system with command-not-found.com