Skip to content

Commit 4ca9e48

Browse files
authored
Fixed ReadMe
1 parent 2e2cc05 commit 4ca9e48

File tree

1 file changed

+29
-39
lines changed

1 file changed

+29
-39
lines changed

README.md

Lines changed: 29 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
<h1 align="center"><img alt="Main Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/CCNC.png"></h1>
1+
<h1 align="center">Latest Set of Precompiled GCC Cross & Native Compiler Binaries/Toolchains for Raspberry Pi/ARM</h1>
22

3-
<h3 align="center">Latest Set of Precompiled GCC Cross & Native Compiler Binaries/Toolchains for Raspberry Pi</h3>
3+
<img alt="Main Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/CCNC.png">
44

5-
**Update 06 March 2019[v2.5 (Stable-Release)]:** ***Bump to Version 8.3.0 and Major enhancements including separately optimized binaries for all Raspberry Pi Models.***
6-
7-
<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>
8-
9-
[![Download Raspberry Pi GCC Cross & Native Compiler](https://img.shields.io/sourceforge/dm/raspberry-pi-cross-compilers.svg?style=for-the-badge)](https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/latest/download)
5+
<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)
106
## Summary:
117
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.
128

9+
## Advantages:
10+
- Fully Raspberry Pi Optimized and Improved Performance [Benchmarking Result](https://www.phoronix.com/scan.php?page=article&item=gcc-81-benchmarks&num=1)
11+
- 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)
12+
- Fastest inbuilt **LTO-Link-Time-Optimizations**(*Raspberry pi hardware optimized GCC*)
13+
- Ridiculously low installation time(few mins)
14+
- Best Cross-Compiler Cmake Compatibility
15+
1316
### Supported GCC Versions:
1417
- GCC 6.3.0
1518
- GCC 7.4.0
@@ -33,6 +36,25 @@ These gcc compilers can optimize code by taking advantage of CPU specific featur
3336
- **Cross-Compiler:** All Linux Distros (x32/x64) are currently supported.
3437
- **Native-Compiler:** All Raspberry Pi version/model with Raspbian OS is supported. Other OS may/maynot work.
3538

39+
## Extracting & Linking & Testing: (Read & Execute Carefully)
40+
41+
### **TO AVOID UNDESIRED ERRORS & COMPATIBITY ISSUES, STRICTLY FOLLOW THE STEPS GIVEN BELOW:**
42+
43+
- [For Native Compilers](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Native-Compiler:-Linking-&-Testing-Instructions)
44+
45+
- [For Cross Compilers](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Cross-Compiler:-Linking-&-Testing-Instructions)
46+
47+
**That's it, Enjoy ;)**
48+
49+
***Don't forget to Share, drop a :star:***
50+
51+
## Binaries Download:
52+
53+
### Compressed Precompiled Binary Files are available. You can easily download them from **Sourceforge**:
54+
<h3 align=center href=https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/><img alt="Download Raspberry-pi-cross-compilers" src="https://a.fsdn.com/con/app/sf-download-button"></h3>
55+
56+
### Files https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/
57+
3658
## Binaries Description:
3759
![](https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/master/Images/Binaries.png)
3860

@@ -102,30 +124,6 @@ Raspberry Pi GCC Cross & Native Compilers
102124
- C
103125
- Ask for other Language support.
104126

105-
---
106-
107-
## Extracting & Linking & Testing: (Read & Execute Carefully)
108-
109-
### **TO AVOID UNDESIRED ERRORS & COMPATIBITY ISSUES, STRICTLY FOLLOW THE STEPS GIVEN BELOW:**
110-
111-
- [For Native Compilers](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Native-Compiler:-Linking-&-Testing-Instructions)
112-
113-
- [For Cross Compilers](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Cross-Compiler:-Linking-&-Testing-Instructions)
114-
115-
**That's it, Enjoy ;)**
116-
117-
***Don't forget to Share, drop a :star:***
118-
119-
---
120-
## Binaries Download:
121-
122-
### Compressed Precompiled Binary Files are available. You can easily download them from **Sourceforge**:
123-
<h3 align=center href=https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/><img alt="Download Raspberry-pi-cross-compilers" src="https://a.fsdn.com/con/app/sf-download-button"></h3>
124-
125-
### Files https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/
126-
127-
---
128-
129127
## Support This Project :heart: :
130128

131129
If this project help you reduce time to develop, you can give me a cup of coffee :)
@@ -134,14 +132,6 @@ If this project help you reduce time to develop, you can give me a cup of coffee
134132

135133
---
136134

137-
138-
## Advantages:
139-
- Fully Raspberry Pi Optimized and Improved Performance [Benchmarking Result](https://www.phoronix.com/scan.php?page=article&item=gcc-81-benchmarks&num=1)
140-
- 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)
141-
- Fastest inbuilt **LTO-Link-Time-Optimizations**(*Raspberry pi hardware optimized GCC*)
142-
- Ridiculously low installation time(few mins)
143-
- Best Cross-Compiler Cmake Compatibility
144-
145135
## Contributing and licenses:
146136
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.
147137

0 commit comments

Comments
 (0)