Skip to content

raspberrypi/tools

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2018
Jul 11, 2022
Feb 15, 2016
May 18, 2016
Jul 25, 2012
Nov 7, 2014
Dec 5, 2016
Apr 6, 2016
Sep 28, 2021
Jul 25, 2012

Repository files navigation

tools

These toolchains are deprecated. They are outdated and easily available from other sources (e.g. direct from Ubuntu apt). e.g.

sudo apt-get install gcc-arm-linux-gnueabihf

There is also an aarch64 version:

sudo apt-get install gcc-aarch64-linux-gnu

Note: if building for Pi0/1 using --with-arch=armv6 --with-float=hard --with-fpu=vfp is recommended (and matches the default flags of the toolchains included here).