Giter Club home page Giter Club logo

toolchains's Introduction

AArch64 Prebuilt GCCs

Bleeding edge GNU/Linaro GCC toolchains built from sources using latest git version of crosstool-NG. These prebuilt toolchains are primarily for building kernels, hence only CC compiler is exist. Additionally, all toolchains are generic-optimized so it should be compatible with all ARM64 devices.

Notice

If you've no idea on how to improve this README file, it's better to not even fork this repository; just clone and use it. Forking a repository for nothing other than bumping your repository count is a waste of resources.

People are becoming more and more weird these days.

Cloning the toolchain

Run this command anywhere on your environment:

$ git clone git://github.com/krasCGQ/aarch64-linux-android -b <branch> --depth=1

Where <branch> is one of these branches:

  • a53-7.x - GNU GCC 7.2.1, optimized for Cortex-A53 (deprecated)
  • opt-gnu-7.x - GNU GCC 7.3.1 (deprecated)
  • opt-gnu-8.x - GNU GCC 8.2.1
  • opt-linaro-7.x - Linaro GCC 7.3.1

Using the toolchain

I'm assuming that you're building kernels and have all patches included in your kernel source. For that, pass CROSS_COMPILE variable as one of make parameters.

$ make ARCH=arm64 CROSS_COMPILE=</path/to/toolchain>/bin/aarch64-opt-linux-android- ...

I recommend this way since exporting CROSS_COMPILE doesn't always work.

Have something wrong? It's your own job to figure and fix all issues you may counter.

Also, to be warned: This toolchain is NOT COMPATIBLE for use with clang.

Resources

toolchains's People

Contributors

krascgq avatar

Watchers

James Cloos 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.