GithubHelp home page GithubHelp logo

radcolor / arm-linux-gnueabi Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 5.0 4.41 GB

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

Shell 0.16% Perl 0.02% C 41.34% C++ 46.73% XC 0.06% XS 0.06% Python 0.36% Makefile 0.02% Roff 11.27%
gcc arm arm-linux-gnueabi compiler

arm-linux-gnueabi's Introduction

GNU GCC Toolchain

Bleeding edge GNU GCC AArch32 systems. built from sources with latest binutils and glibc. These Builds (on master/main branch) are always made from the latest GCC sources rather than stable releases.

This toolchain AArch32 AArch64 here. Built with Support for Link Time Optimization, -O3, --disable-nls and removed extras that we don't need.

Getting the toolchain

Clone using git from this repo, As currently we don't have any mirror or a archived release.

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

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

For stable gcc

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

Note: Also using depth flag (--depth=1) is recommended as repository size is large and will keep increasing in future updates.

Using the toolchain

Export the CROSS_COMPILE in enviroment

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

Sources

Along with the compiler (GCC) which is built from latest sources, the GNU and other libraries and prerequisite are also been built from latest sources itself.

GNU Compiler Collection (GCC) https://gcc.gnu.org/git.html

GNU Binutils https://www.gnu.org/software/binutils/

For Headers (LINUX KERNEL) https://www.kernel.org/

GNU Multiple Precision Arithmetic Library (GMP) https://gmplib.org/

Multiple-Precision Floating-Point Computations with Correct Rounding (MPFR) http://www.mpfr.org/

GNU Complex Floating-Point Library with Exact Rounding (MPC) http://www.multiprecision.org/

Integer Set Library (ISL) http://isl.gforge.inria.fr/

GNU C Standard Library (GLIBC) https://www.gnu.org/software/libc/

C Standard Library Intended for use on Embedded Systems (NEWLIB) https://sourceware.org/newlib/

License

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.

arm-linux-gnueabi's People

Contributors

radcolor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.