This is an old revision of the document!
Table of Contents
GCC ARM
This is is pre-built compiler tool chain for various platforms cross-compiling for various ARM targets.
Linux
Newer distributions may have the tools already
sudo apt-get install gcc-arm-none-eabi
Otherwise download the latest from
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
Raspberry Pi
mkdir -p /opt cd /opt wget https://github.com/vanbwodonk/gcc-arm-embedded-build-armhf/releases/download/9-2019-q4-major/gcc-arm-none-eabi-9-2020-q1-update-armv7l-linux.tar.bz2 tar jxvf gcc-arm-none-eabi-9-2020-q1-update-armv7l-linux.tar.bz2