| File | Date | Author | Commit |
|---|---|---|---|
| Images | 2019-03-06 |
|
[7e69bd] Update version 2.5 |
| Tools | 2019-03-06 |
|
[7e69bd] Update version 2.5 |
| LICENSE | 2018-10-31 |
|
[e07164] migration to sourceforge |
| README.md | 2019-03-07 |
|
[802e52] Update README.md |
| _config.yml | 2018-10-31 |
|
[86679d] Set theme jekyll-theme-slate |
Update 06 March, 2019: Bump to Version 8.3.0 and Major enhancements including separately optimized binaries for all Raspberry Pi Models.
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.

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
Compressed Precompiled Binary Files are available. You can easily download them from Sourceforge:(Links Below)
That's it, Enjoy ;)
Don't forget to Share, drop a ⭐
If this project help you reduce time to develop, you can give me a cup of coffee :)
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.
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.