Menu

Tree [802e52] master /
 History

HTTPS access


File Date Author Commit
 Images 2019-03-06 Abhishek Abhishek [7e69bd] Update version 2.5
 Tools 2019-03-06 Abhishek Abhishek [7e69bd] Update version 2.5
 LICENSE 2018-10-31 Abhishek Abhishek [e07164] migration to sourceforge
 README.md 2019-03-07 Abhishek Thakur Abhishek Thakur [802e52] Update README.md
 _config.yml 2018-10-31 Abhishek Thakur Abhishek Thakur [86679d] Set theme jekyll-theme-slate

Read Me

Latest Set of Precompiled GCC Cross & Native Compiler Binaries/Toolchains for Raspberry Pi - v2.5 (Stable-Release)

Update 06 March, 2019: Bump to Version 8.3.0 and Major enhancements including separately optimized binaries for all Raspberry Pi Models.

GitHub
GitHub

Summary:

This project contains the UpToDate set of Precompiled Raspberry pi GCC Cross & Native Compilers Binaries/Toolchains, saving your tons of time(No compiling or Error Handling needed whatsoever). Just Extract, Link & Enjoy complete GCC(Raspberry Pi) functionality in your Machine. You can use its native compilers for Raspberry Pi(Can be used along with old & slow 6.3.0 GCC), Or use the Cross-Compiler in any Linux Machine(Tested on Latest Ubuntu/bionic x64) to compile programs for your Raspberry Pi. All these compilers binaries are Raspberry Pi hardware optimized for enhanced overall performance.

Supported GCC Versions:

  • GCC 6.3.0
  • GCC 7.4.0
  • GCC 8.2.0
  • GCC 8.3.0

Supported Raspberry Pis:

  • All Raspberry Pi versions/models are currently supported.
  • Any other ARM Devices with similar Hardware configurations, may also work.

Supported Environments:

  • Cross-Compiler: All Linux Distros (x32/x64) are currently supported.
  • Native-Compiler: All Raspberry Pi version/model with Raspbian OS is supported. Other OS may/maynot work.

Binaries Description:

Available Binaries Reference Tree:

Raspberry Pi GCC Cross & Native Compilers
├── Raspberry Pi GCC Cross-Compilers
│   ├── GCC 6.3.0
│   │   ├── Raspberry Pi 1, Zero
│   │   │   └── cross-gcc-6.3.0-pi_0-1.tar.gz
│   │   ├── Raspberry Pi 2, 3
│   │   │   └── cross-gcc-6.3.0-pi_2-3.tar.gz
│   │   └── Raspberry Pi 3A+, 3B+
│   │       └── cross-gcc-6.3.0-pi_3+.tar.gz
│   ├── GCC 7.4.0
│   │   ├── Raspberry Pi 1, Zero
│   │   │   └── cross-gcc-7.4.0-pi_0-1.tar.gz
│   │   ├── Raspberry Pi 2, 3
│   │   │   └── cross-gcc-7.4.0-pi_2-3.tar.gz
│   │   └── Raspberry Pi 3A+, 3B+
│   │       └── cross-gcc-7.4.0-pi_3+.tar.gz
│   ├── GCC 8.2.0
│   │   ├── Raspberry Pi 1, Zero
│   │   │   └── cross-gcc-8.2.0-pi_0-1.tar.gz
│   │   ├── Raspberry Pi 2, 3
│   │   │   └── cross-gcc-8.2.0-pi_2-3.tar.gz
│   │   └── Raspberry Pi 3A+, 3B+
│   │       └── cross-gcc-8.2.0-pi_3+.tar.gz
│   └── GCC 8.3.0
│       ├── Raspberry Pi 1, Zero
│       │   └── cross-gcc-8.3.0-pi_0-1.tar.gz
│       ├── Raspberry Pi 2, 3
│       │   └── cross-gcc-8.3.0-pi_2-3.tar.gz
│       └── Raspberry Pi 3A+, 3B+
│           └── cross-gcc-8.3.0-pi_3+.tar.gz
└── Raspberry Pi GCC Native-Compilers
    ├── GCC 7.4.0
    │   ├── Raspberry Pi 1, Zero
    │   │   └── native-gcc-7.4.0-pi_0-1.tar.gz
    │   ├── Raspberry Pi 2, 3
    │   │   └── native-gcc-7.4.0-pi_2-3.tar.gz
    │   └── Raspberry Pi 3A+, 3B+
    │       └── native-gcc-7.4.0-pi_3+.tar.gz
    ├── GCC 8.2.0
    │   ├── Raspberry Pi 1, Zero
    │   │   └── native-gcc-8.2.0-pi_0-1.tar.gz
    │   ├── Raspberry Pi 2, 3
    │   │   └── native-gcc-8.2.0-pi_2-3.tar.gz
    │   └── Raspberry Pi 3A+, 3B+
    │       └── native-gcc-8.2.0-pi_3+.tar.gz
    └── GCC 8.3.0
        ├── Raspberry Pi 1, Zero
        │   └── native-gcc-8.3.0-pi_0-1.tar.gz
        ├── Raspberry Pi 2, 3
        │   └── native-gcc-8.3.0-pi_2-3.tar.gz
        └── Raspberry Pi 3A+, 3B+
            └── native-gcc-8.3.0-pi_3+.tar.gz

30 directories, 21 files

Supported Languages(full functionality):

  • C++
  • Fortran
  • C
  • Ask for other Language support.

Binaries Download:

Download Raspberry-pi-cross-compilers

Compressed Precompiled Binary Files are available. You can easily download them from Sourceforge:(Links Below)

Files https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/


Extracting & Linking & Testing: (Read & Execute Carefully)

That's it, Enjoy ;)

Don't forget to Share, drop a ⭐


Support This Project ❤️ :

If this project help you reduce time to develop, you can give me a cup of coffee :)

Donate with PayPal 😊


Advantages:

  • Fully Raspberry Pi Optimized and Improved Performance Benchmarking Result
  • C++17 support (Default Raspberry pi GCC 6.3.0 lacks it) and Other Major Changes
  • Fastest inbuilt optimization flags(Raspberry optimized GCC)
  • Ridiculously low installation time(few mins)
  • Best Cross-Compiler Cmake Compatibility

Contributing and licenses:

The original compiled GCC files source is licensed under the GNU v3.0 license. However, This Project is licensed under the Apache 2.0 license.

You are welcome to contribute with suggestions or pull requests.

Thanks

https://gcc.gnu.org/ for original source files.
https://www.raspberrypi.org/ for kernel Headers.
http://preshing.com/20141119/how-to-build-a-gcc-cross-compiler/ for nice tutorial.