Coder Social home page Coder Social logo

asonnychen / rpi-newer-crosstools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rvagg/rpi-newer-crosstools

0.0 1.0 0.0 291.64 MB

Newer cross-compiler toolchains than are available @ https://github.com/raspberrypi/tools

Shell 0.52% C++ 57.54% Python 0.54% Perl 0.04% C 40.50% XC 0.12% CSS 0.01% Makefile 0.03% XS 0.12% RPC 0.57%

rpi-newer-crosstools's Introduction

rpi-newer-crosstools

Newer cross-compiler toolchains than are available @ https://github.com/raspberrypi/tools

  • x64-gcc-4.9.4-binutils-2.28 contains a GCC 4.9.4 cross compiler for x64 bundled with binutils 2.28 that will compile binaries for all Raspberry Pi models running Raspbian Jessie (Debian 8) onward.
  • x64-gcc-6.5.0 contains a GCC 6.5.0 cross compiler for x64 that will compile binaries for all Raspberry Pi models running Raspbian Stretch (Debian 9) onward (thanks to a later libstdc++ version).
  • x64-gcc-8.3.0 contains a GCC 8.3.0 cross compiler for x64 that will compile binaries for ARMv6 & ARMv7, however the newer libstdc++ will probably need a newer OS to run the binaries.
  • x64-gcc-8.3.0-glibc-2.28 is the same as x64-gcc-8.3.0 but with glibc bumped from 2.24 to 2.28.

Use the -march=armv6zk flag to get ARMv6-compatible binaries if you need a minimum Raspberry Pi 1 & B+ compatibility. Use the -march=armv7-a flag to get ARMv7-compatible binaries if you only need a minimum Raspberry Pi 2 compatibility.

crosstool-ng configurations for these builds are available in the root of this repo if you want to use them to create your own:

  • x64-gcc-4.9.4-binutils-2.28.config was generated with crosstool-ng 1.23. This config is roughly based on the configurations used to build the raspberrypi/tools toolchains.
  • x64-gcc-6.5.0.config and x64-gcc-8.3.0.config were generated with crosstool-ng 1.24.0-rc3 and are partly based on x64-gcc-4.9.4-binutils-2.28.config
  • x64-gcc-8.3.0-glibc-2.28.config was generated with crosstool-ng 1.24.0, with a minor edit due to a libisl download location change.

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.