Skip to content

Commit 739b5b5

Browse files
committed
Updated Docs
1 parent 1c89c74 commit 739b5b5

13 files changed

+93
-91
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
123123
<br>
124124

125125
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
126-
| ---------- | -------- | ------- | -------- | ------------------------ |
126+
| :---------- | :--------: | :-------: | :--------: | :------------------------: |
127127
| **Raspberry Pi GCC Cross-Compiler Toolchains(Stretch)** | any x64/x86 Linux machine | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 6.3.0, 9.2.0, 9.3.0 |
128128
| **Raspberry Pi GCC Cross-Compiler Toolchains(Buster)** | any x64/x86 Linux machine | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 8.3.0, 9.2.0, 9.3.0 |
129129
| **Raspberry Pi GCC Native-Compiler Toolchains(Stretch)** | Raspbian Stretch OS (Debian Version 9) only | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 9.2.0, 9.3.0 |
@@ -204,11 +204,11 @@ Open source is awesome :heart:
204204

205205
# Supporting this Project
206206

207-
**If these binaries helped you big time, please consider supporting it through any size donations. Thank you :heart:.**
207+
**If these binaries helped you big time, please consider supporting it through any size donations.:heart:.**
208208

209209
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)&nbsp;
210210

211-
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star :star:](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers). Thank you.***
211+
***Also please share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star :star:](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers).***
212212

213213
&nbsp;
214214

build-scripts/CI/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ These CI build-scripts only support newer GCC versions, those are as follows:
9191
&nbsp;
9292

9393
## Supporting this Project
94-
**If these binaries helped you big time, please consider supporting it through any size donations. Thank you :heart:.**
9594

96-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)&nbsp;
95+
**If these binaries helped you big time, please consider supporting it through any size donations.**
9796

98-
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star :star:](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers). Thank you.***
97+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)
98+
99+
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers).***
99100

100101
&nbsp;
101102

build-scripts/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
121121

122122
```shellsession
123123
chmod +x RTBuilder_32b
124-
./RTBuilder_32b -g "9.2.0" -r "2-3" -o "buster"
124+
./RTBuilder_32b -g "9.3.0" -r "2-3" -o "buster"
125125

126126
```
127127

@@ -146,7 +146,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
146146

147147
```shellsession
148148
chmod +x RTBuilder_64b
149-
./RTBuilder_64b -g "9.2.0"
149+
./RTBuilder_64b -g "9.3.0"
150150

151151
```
152152

@@ -180,7 +180,7 @@ These scripts provide a few additional environment variables to tweak Toolchain
180180

181181
These scripts only support newer GCC versions, those are as follows:
182182

183-
| GCC Version | Stretch OS build (32-bit) | Buster OS build (32-bit) | 64-bit OS build |
183+
| GCC Version | Stretch OS build (32-bit) | Buster OS build (32-bit) | any 64-bit OS build |
184184
| :-----------: | :----------: | :---------: | :---------: |
185185
| 7.1.0 | supported | x | supported |
186186
| 7.2.0 | supported | x | supported |
@@ -197,12 +197,13 @@ These scripts only support newer GCC versions, those are as follows:
197197

198198
&nbsp;
199199

200-
## Support this Project
201-
***If these binaries helped you big time, please consider supporting it through any size donations. Thank you :heart:.***
200+
## Supporting this Project
202201

203-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)&nbsp;
202+
**If these binaries helped you big time, please consider supporting it through any size donations.**
204203

205-
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star :star:](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers). Thank you.***
204+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)
205+
206+
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers).***
206207

207208
&nbsp;
208209

docs/base-gcc.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
===============================================
2424
-->
2525

26+
<br>
27+
2628

2729
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/gcc-base.png"></h1>
2830

@@ -31,11 +33,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
3133

3234
**What is this project?**
3335

34-
> _This project provides the latest, automated, CI maintained, precompiled [**Raspberry Pi CPU optimized**](#optimization-flags-involved) GCC Cross & Native (ARM & ARM64) Compressed Standalone Toolchains & Build-Scripts, that is [**fastest to setup**](#e-toolchain-setup-documentation) and saves you tons of time and thereby helps you to get quickly started with software development with Pi._
36+
> _This project provides the latest, CI maintained, precompiled [**Raspberry Pi CPU optimized**](#optimization-flags-involved) GCC Cross & Native (ARM & ARM64) Compressed Standalone Toolchains, that is [**fastest to setup**](#e-toolchain-setup-documentation) and saves you tons of time and thereby helps you to get quickly started with software development with Pi._
3537
3638
**Who will benefit from the project?**
3739

38-
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a college student, who's looking for latest easy-to-use precompiled GCC toolchains and build-scripts for there Raspberry Pi project(s)._
40+
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a research Student, who's looking for latest easy-to-use precompiled GCC toolchains and build-scripts for there Raspberry Pi project(s)._
41+
3942

4043

4144

@@ -45,8 +48,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
4548

4649
<br>
4750

48-
<h3 align=center><img alt="Raspberry Pi Toolchains Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/GCC.png"></h3>
49-
5051
This project now utilizes powerful [**Github Actions**][git-action] CI(Continuous Integration) to auto-compile Compressed GCC Cross & Native ARM/ARM64 Toolchain binaries and thereby auto-deploy them to SourceForge repository.
5152

5253
<h3 align=center><img alt="Workflow" title="Toolchain Builder Workflow" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/workflow.png"></h3>
@@ -69,14 +70,14 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
6970
<br>
7071

7172
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
72-
| ---------- | -------- | ------- | -------- | ------------------------ |
73+
| :---------- | :--------: | :-------: | :--------: | :------------------------: |
7374
| **Raspberry Pi GCC Cross-Compiler Toolchains(Stretch)** | any x64/x86 Linux machine | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 6.3.0, 9.2.0, 9.3.0 |
7475
| **Raspberry Pi GCC Cross-Compiler Toolchains(Buster)** | any x64/x86 Linux machine | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 8.3.0, 9.2.0, 9.3.0 |
7576
| **Raspberry Pi GCC Native-Compiler Toolchains(Stretch)** | Raspbian Stretch OS (Debian Version 9) only | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 9.2.0, 9.3.0 |
7677
| **Raspberry Pi GCC Native-Compiler Toolchains(Buster)** | Raspbian Buster OS (Debian Version 10) only | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 9.2.0, 9.3.0 |
7778
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains** | any x64/x86 Linux machine | any x64 Raspberry Pi OS(like Pi64) | Stable/Production | 6.3.0, 8.3.0, 9.2.0, 9.3.0 |
7879
| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains** | any x64 Raspberry Pi OS(like Pi64) | any x64 Raspbian OS(like Pi64) | Stable/Production | 8.3.0, 9.2.0, 9.3.0 |
79-
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
80+
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
8081

8182

8283
**Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._
@@ -116,11 +117,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
116117

117118
## Supporting this Project
118119

119-
**If these binaries helped you big time, please consider supporting it through any size donations. Thank you.**
120+
**If these binaries helped you big time, please consider supporting it through any size donations.**
120121

121122
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)
122123

123-
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers). Thank you.***
124+
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers).***
124125

125126
<br>
126127

docs/cross-gcc-buster.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
===============================================
2424
-->
2525

26+
<br>
2627

2728
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-buster.png"></h1>
2829

@@ -31,11 +32,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
3132

3233
**What is this project?**
3334

34-
> _This project provides the latest, automated, CI maintained, precompiled [**Raspberry Pi CPU optimized**](#optimization-flags-involved) GCC Cross & Native (ARM & ARM64) Compressed Standalone Toolchains & Build-Scripts, that is [**fastest to setup**](#e-toolchain-setup-documentation) and saves you tons of time and thereby helps you to get quickly started with software development with Pi._
35+
> _This project provides the latest, CI maintained, precompiled [**Raspberry Pi CPU optimized**](#optimization-flags-involved) GCC Cross & Native (ARM & ARM64) Compressed Standalone Toolchains, that is [**fastest to setup**](#e-toolchain-setup-documentation) and saves you tons of time and thereby helps you to get quickly started with software development with Pi._
3536
3637
**Who will benefit from the project?**
3738

38-
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a college student, who's looking for latest easy-to-use precompiled GCC toolchains and build-scripts for there Raspberry Pi project(s)._
39+
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a research Student, who's looking for latest easy-to-use precompiled GCC toolchains and build-scripts for there Raspberry Pi project(s)._
3940
4041

4142

@@ -45,8 +46,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
4546

4647
<br>
4748

48-
<h3 align=center><img alt="Raspberry Pi Toolchains Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/GCC.png"></h3>
49-
5049
This project now utilizes powerful [**Github Actions**][git-action] CI(Continuous Integration) to auto-compile Compressed GCC Cross & Native ARM/ARM64 Toolchain binaries and thereby auto-deploy them to SourceForge repository.
5150

5251
<h3 align=center><img alt="Workflow" title="Toolchain Builder Workflow" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/workflow.png"></h3>
@@ -69,14 +68,14 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
6968
<br>
7069

7170
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
72-
| ---------- | -------- | ------- | -------- | ------------------------ |
71+
| :---------- | :--------: | :-------: | :--------: | :------------------------: |
7372
| **Raspberry Pi GCC Cross-Compiler Toolchains(Stretch)** | any x64/x86 Linux machine | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 6.3.0, 9.2.0, 9.3.0 |
7473
| **Raspberry Pi GCC Cross-Compiler Toolchains(Buster)** | any x64/x86 Linux machine | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 8.3.0, 9.2.0, 9.3.0 |
7574
| **Raspberry Pi GCC Native-Compiler Toolchains(Stretch)** | Raspbian Stretch OS (Debian Version 9) only | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 9.2.0, 9.3.0 |
7675
| **Raspberry Pi GCC Native-Compiler Toolchains(Buster)** | Raspbian Buster OS (Debian Version 10) only | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 9.2.0, 9.3.0 |
7776
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains** | any x64/x86 Linux machine | any x64 Raspberry Pi OS(like Pi64) | Stable/Production | 6.3.0, 8.3.0, 9.2.0, 9.3.0 |
7877
| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains** | any x64 Raspberry Pi OS(like Pi64) | any x64 Raspbian OS(like Pi64) | Stable/Production | 8.3.0, 9.2.0, 9.3.0 |
79-
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
78+
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
8079

8180

8281
**Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._
@@ -116,11 +115,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
116115

117116
## Supporting this Project
118117

119-
**If these binaries helped you big time, please consider supporting it through any size donations. Thank you.**
118+
**If these binaries helped you big time, please consider supporting it through any size donations.**
120119

121120
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)
122121

123-
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers). Thank you.***
122+
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers).***
124123

125124
<br>
126125

docs/cross-gcc-stretch.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
===============================================
2424
-->
2525

26+
<br>
2627

2728
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-stretch.png"></h1>
2829

@@ -31,11 +32,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
3132

3233
**What is this project?**
3334

34-
> _This project provides the latest, automated, CI maintained, precompiled [**Raspberry Pi CPU optimized**](#optimization-flags-involved) GCC Cross & Native (ARM & ARM64) Compressed Standalone Toolchains & Build-Scripts, that is [**fastest to setup**](#e-toolchain-setup-documentation) and saves you tons of time and thereby helps you to get quickly started with software development with Pi._
35+
> _This project provides the latest, CI maintained, precompiled [**Raspberry Pi CPU optimized**](#optimization-flags-involved) GCC Cross & Native (ARM & ARM64) Compressed Standalone Toolchains, that is [**fastest to setup**](#e-toolchain-setup-documentation) and saves you tons of time and thereby helps you to get quickly started with software development with Pi._
3536
3637
**Who will benefit from the project?**
3738

38-
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a college student, who's looking for latest easy-to-use precompiled GCC toolchains and build-scripts for there Raspberry Pi project(s)._
39+
> _This project benefits everyone, from a professional Developer to a small Hobbyist to a research Student, who's looking for latest easy-to-use precompiled GCC toolchains and build-scripts for there Raspberry Pi project(s)._
3940
4041

4142

@@ -45,7 +46,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
4546

4647
<br>
4748

48-
<h3 align=center><img alt="Raspberry Pi Toolchains Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/GCC.png"></h3>
4949

5050
This project now utilizes powerful [**Github Actions**][git-action] CI(Continuous Integration) to auto-compile Compressed GCC Cross & Native ARM/ARM64 Toolchain binaries and thereby auto-deploy them to SourceForge repository.
5151

@@ -68,15 +68,16 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
6868

6969
<br>
7070

71+
7172
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
72-
| ---------- | -------- | ------- | -------- | ------------------------ |
73+
| :---------- | :--------: | :-------: | :--------: | :------------------------: |
7374
| **Raspberry Pi GCC Cross-Compiler Toolchains(Stretch)** | any x64/x86 Linux machine | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 6.3.0, 9.2.0, 9.3.0 |
7475
| **Raspberry Pi GCC Cross-Compiler Toolchains(Buster)** | any x64/x86 Linux machine | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 8.3.0, 9.2.0, 9.3.0 |
7576
| **Raspberry Pi GCC Native-Compiler Toolchains(Stretch)** | Raspbian Stretch OS (Debian Version 9) only | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 9.2.0, 9.3.0 |
7677
| **Raspberry Pi GCC Native-Compiler Toolchains(Buster)** | Raspbian Buster OS (Debian Version 10) only | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 9.2.0, 9.3.0 |
7778
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains** | any x64/x86 Linux machine | any x64 Raspberry Pi OS(like Pi64) | Stable/Production | 6.3.0, 8.3.0, 9.2.0, 9.3.0 |
7879
| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains** | any x64 Raspberry Pi OS(like Pi64) | any x64 Raspbian OS(like Pi64) | Stable/Production | 8.3.0, 9.2.0, 9.3.0 |
79-
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
80+
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
8081

8182

8283
**Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._
@@ -116,11 +117,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
116117

117118
## Supporting this Project
118119

119-
**If these binaries helped you big time, please consider supporting it through any size donations. Thank you.**
120+
**If these binaries helped you big time, please consider supporting it through any size donations.**
120121

121122
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=for-the-badge)](https://paypal.me/AbhiTronix)
122123

123-
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers). Thank you.***
124+
***You can also share your [**thoughts**](https://sourceforge.net/projects/raspberry-pi-cross-compilers/reviews) or just drop a [star](https://github.com/abhiTronix/raspberry-pi-cross-compilers/stargazers).***
124125

125126
<br>
126127

0 commit comments

Comments
 (0)