Git Product home page Git Product logo

wuyi-levard / linaro_toolchains_2015 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sudosurootdev/linaro_toolchains_2015

0.0 1.0 0.0 555.28 MB

Linaro toolchains 4.7, 4.8, & 4.9 by @Christopher83 & Linaro 4.10 was from @UBERUTILS which disappeared.

Logos 0.58% XC 0.09% XS 0.09% C 39.75% C++ 43.35% Objective-C 1.41% Shell 0.38% Python 0.40% Roff 13.74% Perl 0.03% Makefile 0.03% Fortran 0.05% M4 0.03% HTML 0.09%

linaro_toolchains_2015's Introduction


                                CROSS COMPILER TOOLCHAINS - README

This branch contains some of the latest cross compiler toolchains I've built for Android kernel development, it contains the following:

  • "Linaro GCC 4.9.3-2014.11 Toolchains" include Linaro GCC 4.9-2014.11 (4.9.3) and Linaro GDB 7.8-2014.09
  • "Linaro GCC 4.8.4-2014.11 Toolchains" include Linaro GCC 4.8.2014.11 (4.8.4) and Linaro GDB 7.8-2014.09

You can find other zipped toolchain builds on my Mediafire folder, please take a look at the original thread on XDA Developers forum at this link: http://forum.xda-developers.com/showthread.php?t=2098133

  • The toolchains with "arm-cortex_a15-linux-gnueabi" prefix are optimized for Cortex-A15 cpu with Neon-VFPv4 technology support
  • The toolchains with "arm-cortex_a9-linux-gnueabi" prefix are optimized for Cortex-A9 cpu with Neon-VFPv3 technology support
  • The toolchains with "arm-cortex_a8-linux-gnueabi" prefix are optimized for Cortex-A8 cpu with Neon-VFPv3 technology support (like Qualcomm Snapdragon Scorpion cpu mounted on Samsung S Plus I9001)
  • The toolchains with "arm-linux-gnueabi" prefix are built for generic Cortex-A cpu and configured with similar settings to those of the latest Linaro toolchains

I hope you find them useful... Let me know. Thanks!

Christopher

These are the details on each toolchain currently available on this repo


                TOOLCHAIN arm-cortex_a15-linux-gnueabihf-linaro_4.9.3-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Cortex-A15 specific settings for target architecture and target optimizations: CT_ARCH_ARCH="" CT_ARCH_CPU="cortex-a15" CT_ARCH_TUNE="cortex-a15" CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y CT_ARCH_FLOAT="hard" CT_ARCH_SUPPORT_SOFTFP=y CT_ARCH_ARM_MODE="arm" CT_ARCH_ARM_MODE_ARM=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.9-2014.11 (4.9.3)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Hard float with soft float support

  • Alias "arm-eabi-"


                TOOLCHAIN arm-cortex_a9-linux-gnueabihf-linaro_4.9.3-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Cortex-A9 specific settings for target architecture and target optimizations: CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="cortex-a9" CT_ARCH_TUNE="cortex-a9" CT_ARCH_FPU="neon" CT_ARCH_FLOAT_HW=y CT_ARCH_FLOAT="hard" CT_ARCH_SUPPORT_SOFTFP=y CT_ARCH_ARM_MODE="arm" CT_ARCH_ARM_MODE_ARM=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.9-2014.11 (4.9.3)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Hard float with soft float support

  • Alias "arm-eabi-"


                TOOLCHAIN arm-cortex_a8-linux-gnueabi-linaro_4.9.3-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Cortex-A8 specific settings for target architecture and target optimizations: CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="cortex-a8" CT_ARCH_TUNE="cortex-a8" CT_ARCH_FPU="neon" CT_ARCH_FLOAT_SOFTFP=y CT_ARCH_FLOAT="softfp" CT_ARCH_ARM_MODE="arm" CT_ARCH_ARM_MODE_ARM=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.9-2014.11 (4.9.3)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Softfp

  • Multilib support

  • Alias "arm-eabi-"


                  TOOLCHAIN arm-linux-gnueabi-linaro_4.9.3-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Generic ARM settings (inspired by latest Linaro builds) for target architecture and target optimizations: CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="" CT_ARCH_TUNE="cortex-a9" CT_ARCH_FPU="vfpv3-d16" CT_ARCH_FLOAT_SOFTFP=y CT_ARCH_FLOAT="softfp" CT_ARCH_ARM_MODE="thumb" CT_ARCH_ARM_MODE_THUMB=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.9-2014.11 (4.9.3)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Softfp

  • Multilib support

  • Alias "arm-eabi-"


                TOOLCHAIN arm-cortex_a15-linux-gnueabihf-linaro_4.8.4-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Cortex-A15 specific settings for target architecture and target optimizations: CT_ARCH_ARCH="" CT_ARCH_CPU="cortex-a15" CT_ARCH_TUNE="cortex-a15" CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y CT_ARCH_FLOAT="hard" CT_ARCH_SUPPORT_SOFTFP=y CT_ARCH_ARM_MODE="arm" CT_ARCH_ARM_MODE_ARM=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.8-2014.11 (4.8.4)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Hard float with soft float support

  • Alias "arm-eabi-"


                TOOLCHAIN arm-cortex_a9-linux-gnueabihf-linaro_4.8.4-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Cortex-A9 specific settings for target architecture and target optimizations: CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="cortex-a9" CT_ARCH_TUNE="cortex-a9" CT_ARCH_FPU="neon" CT_ARCH_FLOAT_HW=y CT_ARCH_FLOAT="hard" CT_ARCH_SUPPORT_SOFTFP=y CT_ARCH_ARM_MODE="arm" CT_ARCH_ARM_MODE_ARM=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.8-2014.11 (4.8.4)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Hard float with soft float support

  • Alias "arm-eabi-"


                TOOLCHAIN arm-cortex_a8-linux-gnueabi-linaro_4.8.4-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Cortex-A8 specific settings for target architecture and target optimizations: CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="cortex-a8" CT_ARCH_TUNE="cortex-a8" CT_ARCH_FPU="neon" CT_ARCH_FLOAT_SOFTFP=y CT_ARCH_FLOAT="softfp" CT_ARCH_ARM_MODE="arm" CT_ARCH_ARM_MODE_ARM=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.8-2014.11 (4.8.4)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Softfp

  • Multilib support

  • Alias "arm-eabi-"


                  TOOLCHAIN arm-linux-gnueabi-linaro_4.8.4-2014.11
  • Built using latest Linaro Crosstool-NG toolchain builder (linaro-1.13.1)

  • Generic ARM settings (inspired by latest Linaro builds) for target architecture and target optimizations: CT_ARCH_ARCH="armv7-a" CT_ARCH_CPU="" CT_ARCH_TUNE="cortex-a9" CT_ARCH_FPU="vfpv3-d16" CT_ARCH_FLOAT_SOFTFP=y CT_ARCH_FLOAT="softfp" CT_ARCH_ARM_MODE="thumb" CT_ARCH_ARM_MODE_THUMB=y

  • Linux Kernel 3.4.104

  • Linaro GCC 4.8-2014.11 (4.8.4)

  • Linaro Binutils 2.24-2014.09

  • Linaro EGLibc 2.19-2014.08

  • Linaro GDB 7.8-2014.09

  • GMP 5.1.3

  • MPFR 3.1.2

  • ISL 0.12.2

  • CLOOG 0.18.1

  • MPC 1.0.2

  • Softfp

  • Multilib support

  • Alias "arm-eabi-"

linaro_toolchains_2015's People

Contributors

dhomd 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.