kerolosel3w / arm-linux-gnueabi

⚒️ Bleeding edge GNU GCC toolchains (CC only) built from sources with latest binutils and glibc. (for ARM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU GCC Toolchain

Bleeding edge GNU GCC toolchains built from sources with latest binutils and glibc.

Getting the toolchain

Clone using git

$ git clone https://github.com/theradcolor/arm-linux-gnueabi.git --depth=1

Note: This is continous updating repository made from the latest GNU's GCC sources rather than stable releases, so if you want to use the stable release of gcc clone the stable-gcc branch of this repository

For stable gcc

$ git clone https://github.com/theradcolor/arm-linux-gnueabi.git -b stable-gcc --depth=1

For ARM64, checkout https://github.com/theradcolor/aarch64-linux-gnu.git

Using the toolchain

Export the CROSS_COMPILE_ARM32 in enviroment

$ export CROSS_COMPILE_ARM32=<toolchain-path>/bin/arm-linux-gnueabi-

License

The GNU Compiler Collection is free software. See the files whose names start with COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details.

GCC is licensed under version 3 of the GNU General Public License.

The GCC runtime exception permits compilation of proprietary and free software programs with GCC and usage of free software plugins. The availability of this exception does not imply any general presumption that third-party software is unaffected by the copyleft requirements of the license of GCC.

About

⚒️ Bleeding edge GNU GCC toolchains (CC only) built from sources with latest binutils and glibc. (for ARM)


Languages

Language:C++ 52.8%Language:C 46.4%Language:Python 0.4%Language:Shell 0.2%Language:XC 0.1%Language:XS 0.1%Language:Objective-C 0.0%Language:Perl 0.0%Language:Makefile 0.0%Language:Roff 0.0%