Skip to content

Instantly share code, notes, and snippets.

@tirzasrwn
Created July 1, 2022 04:42
Show Gist options
  • Save tirzasrwn/d101b61725b9297533fe7ae89d53cfb2 to your computer and use it in GitHub Desktop.
Save tirzasrwn/d101b61725b9297533fe7ae89d53cfb2 to your computer and use it in GitHub Desktop.
Linaro Toolchain

About

Linaro is an engineering organization that works on free and open-source software such as the Linux kernel, the GNU Compiler Collection (GCC), power management, graphics and multimedia interfaces for the ARM family of instruction sets and implementations thereof as well as for the Heterogeneous System Architecture (HSA). The company provides a collaborative engineering forum for companies to share engineering resources and funding to solve common problems on ARM software.

GNU Toolchain

Projects included in the GNU toolchain are:

  • GNU make: an automation tool for compilation and build
  • GNU Compiler Collection (GCC): a suite of compilers for several programming languages
  • GNU C Library (glibc): core C library including headers, libraries, and dynamic loader
  • GNU Binutils: a suite of tools including linker, assembler and other tools
  • GNU Bison: a parser generator, often used with the Flex lexical analyser
  • GNU m4: an m4 macro processor
  • GNU Debugger (GDB): a code debugging tool
  • GNU Autotools (GNU Build System): Autoconf, Automake and Libtool

Linaro Toolchain for ARM

https://releases.linaro.org/components/toolchain/binaries/latest-7/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment