Skip to content

Commit c58bbac

Browse files
committed
Removed redundant info.
1 parent 0288688 commit c58bbac

10 files changed

+402
-101
lines changed

docs/base-gcc.md

+41-11
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2424
-->
2525

2626

27-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/base-gcc.png"></h1>
28-
29-
**You can easily identify each pre-compiled toolchain binary by its name as follows:**
30-
31-
<h3 align=center><img alt="Binary Description" title="Toolchain Binaries Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/gcc-large.png"></h3>
32-
33-
-------------------------
27+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/gcc-base.png"></h1>
3428

3529

3630
### TL'DR
@@ -45,17 +39,25 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
4539
4640

4741

42+
<br>
43+
4844
-------------------------
4945

46+
<br>
47+
5048
<h3 align=center><img alt="Raspberry Pi Toolchains Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/GCC.png"></h3>
5149

5250
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.
5351

5452
<h3 align=center><img alt="Workflow" title="Toolchain Builder Workflow" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/workflow.png"></h3>
5553

5654

55+
<br>
56+
5757
-------------------------
5858

59+
<br>
60+
5961
## Toolchain Binaries description table:
6062

6163
**Here's a reference table for various CI generated OS targetted precompiled Toolchain Binaries available with this project:**
@@ -67,7 +69,7 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
6769
<br>
6870

6971
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
70-
| ---------- | -------- | ------- | -------- | --------------------------------- |
72+
| ---------- | -------- | ------- | -------- | ------------------------ |
7173
| **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 |
7274
| **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 |
7375
| **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 |
@@ -80,25 +82,37 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
8082
**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)._
8183

8284

85+
<br>
86+
8387
-------------------------
8488

89+
<br>
90+
8591

8692
## Toolchain Setup Documentation:
8793

8894
These precompiled toolchains setup requires just three easy steps - **Downloading, Extracting and Linking**:
8995

9096
* #### [WIKI-Documentation (en-English)](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki)
9197

98+
<br>
99+
92100
-------------------------
93101

102+
<br>
103+
94104
## Supported Toolchains Programming Languages:
95105
- C++
96106
- Fortran
97107
- C
98108
- Any other language support can be easily [compiled](#scroll-build-scripts).
99109

110+
<br>
111+
100112
-------------------------
101113

114+
<br>
115+
102116

103117
## Supporting this Project
104118

@@ -108,8 +122,12 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
108122

109123
***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.***
110124

125+
<br>
126+
111127
-------------------------
112128

129+
<br>
130+
113131

114132
# Additional Information
115133

@@ -132,7 +150,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
132150
| Raspberry Pi - *3 & 4 Model A+/B+ & Compute 3/3-lite/3+ (64-Bit)* | `-march=armv8-a+fp+simd` |
133151

134152

135-
-------------------------
153+
<br>
154+
155+
-------------------------
156+
157+
<br>
136158

137159

138160
## Citing
@@ -148,7 +170,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
148170
```
149171

150172

151-
-------------------------
173+
<br>
174+
175+
-------------------------
176+
177+
<br>
152178

153179

154180
## Copyright License
@@ -157,7 +183,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
157183

158184
This Project source-code and its precompiled binaries are licensed under the [**GPLv3**][license] license.
159185

160-
-------------------------
186+
<br>
187+
188+
-------------------------
189+
190+
<br>
161191

162192

163193
## Acknowledgments

docs/cross-gcc-buster.md

+40-10
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2626

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

29-
**You can easily identify each pre-compiled toolchain binary by its name as follows:**
30-
31-
<h3 align=center><img alt="Binary Description" title="Toolchain Binaries Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/gcc-large.png"></h3>
32-
33-
-------------------------
34-
3529

3630
### TL'DR
3731

@@ -45,17 +39,25 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
4539
4640

4741

42+
<br>
43+
4844
-------------------------
4945

46+
<br>
47+
5048
<h3 align=center><img alt="Raspberry Pi Toolchains Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/GCC.png"></h3>
5149

5250
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.
5351

5452
<h3 align=center><img alt="Workflow" title="Toolchain Builder Workflow" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/workflow.png"></h3>
5553

5654

55+
<br>
56+
5757
-------------------------
5858

59+
<br>
60+
5961
## Toolchain Binaries description table:
6062

6163
**Here's a reference table for various CI generated OS targetted precompiled Toolchain Binaries available with this project:**
@@ -67,7 +69,7 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
6769
<br>
6870

6971
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
70-
| ---------- | -------- | ------- | -------- | --------------------------------- |
72+
| ---------- | -------- | ------- | -------- | ------------------------ |
7173
| **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 |
7274
| **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 |
7375
| **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 |
@@ -80,25 +82,37 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
8082
**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)._
8183

8284

85+
<br>
86+
8387
-------------------------
8488

89+
<br>
90+
8591

8692
## Toolchain Setup Documentation:
8793

8894
These precompiled toolchains setup requires just three easy steps - **Downloading, Extracting and Linking**:
8995

9096
* #### [WIKI-Documentation (en-English)](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki)
9197

98+
<br>
99+
92100
-------------------------
93101

102+
<br>
103+
94104
## Supported Toolchains Programming Languages:
95105
- C++
96106
- Fortran
97107
- C
98108
- Any other language support can be easily [compiled](#scroll-build-scripts).
99109

110+
<br>
111+
100112
-------------------------
101113

114+
<br>
115+
102116

103117
## Supporting this Project
104118

@@ -108,8 +122,12 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
108122

109123
***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.***
110124

125+
<br>
126+
111127
-------------------------
112128

129+
<br>
130+
113131

114132
# Additional Information
115133

@@ -132,7 +150,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
132150
| Raspberry Pi - *3 & 4 Model A+/B+ & Compute 3/3-lite/3+ (64-Bit)* | `-march=armv8-a+fp+simd` |
133151

134152

135-
-------------------------
153+
<br>
154+
155+
-------------------------
156+
157+
<br>
136158

137159

138160
## Citing
@@ -148,7 +170,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
148170
```
149171

150172

151-
-------------------------
173+
<br>
174+
175+
-------------------------
176+
177+
<br>
152178

153179

154180
## Copyright License
@@ -157,7 +183,11 @@ These precompiled toolchains setup requires just three easy steps - **Downloadin
157183

158184
This Project source-code and its precompiled binaries are licensed under the [**GPLv3**][license] license.
159185

160-
-------------------------
186+
<br>
187+
188+
-------------------------
189+
190+
<br>
161191

162192

163193
## Acknowledgments

0 commit comments

Comments
 (0)