Skip to content

Using the AArch64 GCC 4.9 toolchain from Android's master branch for 64-bit ARM builds, with deprecation warnings turned off and build delays removed to speed up the compilation process.

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Unknown
COPYING.RUNTIME
Notifications You must be signed in to change notification settings

Adrilaw/aarch64-linux-android-4.9-toolchain

 
 

AArch64 GCC 4.9 Toolchain Setup

This project utilizes the Android AArch64 GCC 4.9 toolchain from the master branch to compile 64-bit ARM code. We have disabled deprecation warnings and removed any unnecessary build delays to ensure faster and smoother compilation.

Features

  • AArch64 GCC 4.9: Optimized for 64-bit ARM architecture.
  • No Deprecation Warnings: Cleaner output during build by suppressing deprecated feature notices.
  • Build Delays Removed: Faster compilation by eliminating unnecessary delays.

Usage

  1. Clone the Toolchain
    git clone https://github.com/Adrilaw/aarch64-linux-android-4.9-toolchain/ -b master
    
  2. Configure Build
    export ARCH=arm64
    
    export SUBARCH=arm64
    
    CROSS_COMPILE=~/path/to/aarch64-linux-android-4.9-toolchain/bin/aarch64-linux-android-
    
  3. Compile
    make -j$(nproc)
    

Notes

● This setup is optimized for Android development, using a stable GCC toolchain for AArch64 architecture.

● Suitable for developers looking for fast builds without cluttered warning outputs.

About

Using the AArch64 GCC 4.9 toolchain from Android's master branch for 64-bit ARM builds, with deprecation warnings turned off and build delays removed to speed up the compilation process.

Topics

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Unknown
COPYING.RUNTIME

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 76.2%
  • Tcl 7.4%
  • XC 7.4%
  • XS 7.2%
  • C++ 1.5%
  • Python 0.3%