How to Install gcc-arm-none-eabi in Ubuntu 18.04



Install gcc-arm-none-eabi by entering the following commands in the terminal:

sudo apt update
sudo apt install gcc-arm-none-eabi

Description:

GCC cross compiler for ARM Cortex-A/R/M processors

Bare metal compiler for embedded ARM chips using Cortex-M, Cortex-R and Cortex-A processors. This package is based on the GNU ARM toolchain provided by ARM.

Homepage: http://gcc.gnu.org/

Version: 15:6.3.1+svn253039-1build1

Section: universe/devel