Skip to content

Commit 731e7e9

Browse files
authored
Update README.md
1 parent 1ba0108 commit 731e7e9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,23 @@
33
<img alt="Main Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/CCNC.png">
44

55
<a href="https://sourceforge.net/p/raspberry-pi-cross-compilers/"><img alt="Download Raspberry Pi GCC Cross & Native Compiler" src="https://sourceforge.net/sflogo.php?type=17&group_id=3021982" width=200></a> [![Download Raspberry Pi GCC Cross & Native Compiler](https://img.shields.io/sourceforge/dm/raspberry-pi-cross-compilers.svg)](https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/latest/download)
6+
7+
&nbsp;
8+
69
## Summary:
710
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.
811

12+
&nbsp;
13+
914
### Features:
1015
- Fully Raspberry Pi Optimized and Improved Performance [Benchmarking Result](https://www.phoronix.com/scan.php?page=article&item=gcc-81-benchmarks&num=1)
1116
- C++17 support (Default Raspberry pi GCC 6.3.0 lacks it) and Other [Major Changes](https://www.gnu.org/software/gcc/gcc-8/changes.html)
1217
- Fastest inbuilt **LTO-Link-Time-Optimizations**(*Raspberry pi hardware optimized GCC*)
1318
- Ridiculously low installation time(few mins)
1419
- Best Cross-Compiler Cmake Compatibility
1520

21+
&nbsp;
22+
1623
### Supported GCC Versions:
1724
- GCC 6.3.0
1825
- GCC 7.4.0
@@ -33,6 +40,7 @@ This project contains the UpToDate set of **Precompiled Raspberry pi GCC Cross &
3340
- C
3441
- Ask for other Language support.
3542

43+
&nbsp;
3644

3745
## Extracting & Linking & Testing: (Read & Execute Carefully)
3846

@@ -44,6 +52,8 @@ This project contains the UpToDate set of **Precompiled Raspberry pi GCC Cross &
4452

4553
***Don't forget to Share, drop a :star:***
4654

55+
&nbsp;
56+
4757
## Binaries Download:
4858

4959
#### Compressed Precompiled Binary Files are available. You can easily download them from **Sourceforge**:
@@ -113,6 +123,8 @@ Raspberry Pi GCC Cross & Native Compilers
113123
```
114124
---
115125

126+
&nbsp;
127+
116128
### Optimation Flags Involved:
117129
These gcc compilers can optimize code by taking advantage of CPU specific features.
118130

@@ -122,12 +134,16 @@ These gcc compilers can optimize code by taking advantage of CPU specific featur
122134
|Raspberry Pi - **2&3 Model A/B**|`-march=armv7-a -mfloat-abi=hard -mfpu=neon-vfpv4`|
123135
|Raspberry Pi - **3 Model A+/B+**|`-march=armv8-a -mfloat-abi=hard -mfpu=neon-fp-armv8`|
124136

137+
&nbsp;
138+
125139
### Support This Project :heart: :
126140

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

129143
[**Donate here**](https://paypal.me/AbhiTronix?locale.x=en_GB)
130144

145+
&nbsp;
146+
131147

132148
### Contributing and licenses:
133149
The original compiled GCC files source is licensed under the [GNU v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) license. However, This Project is licensed under the [Apache 2.0](https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/master/LICENSE) license.

0 commit comments

Comments
 (0)