You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -135,10 +135,10 @@ Following is the table for various CI generated OS targetted precompiled Toolcha
135
135
|**Raspberry Pi GCC Cross-Compiler Toolchains (Buster)**| any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production |[8.3.0][cc-buster-830], [9.3.0][cc-buster-930], [10.2.0][cc-buster-1020]|
136
136
|**Raspberry Pi GCC Native-Compiler Toolchains (Stretch)**| Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production |[9.3.0][nc-stretch-930], [10.2.0][nc-stretch-1020]|
137
137
|**Raspberry Pi GCC Native-Compiler Toolchains (Buster)**| Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production |[9.3.0][nc-buster-930], [10.2.0][nc-buster-1020]|
138
-
|**Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)**| any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production |[6.3.0][cc-64-630], [9.3.0][cc-64-930], [10.2.0][cc-64-1020]|
139
-
|**Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)**| any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production |[8.3.0][cc-64-830], [9.3.0][cc-64-930], [10.2.0][cc-64-1020]|
140
-
|**Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)**| Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production |[9.3.0][nc-64-930], [10.2.0][nc-64-1020]|
141
-
|**Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)**| Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production |[9.3.0][nc-64-930], [10.2.0][nc-64-1020]|
138
+
|**Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)**| any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production |[6.3.0][cc-stretch64-630], [9.3.0][cc-stretch64-930], [10.2.0][cc-stretch64-1020]|
139
+
|**Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)**| any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production |[8.3.0][cc-buster64-830], [9.3.0][cc-buster64-930], [10.2.0][cc-buster64-1020]|
140
+
|**Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)**| Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production |[9.3.0][nc-stretch64-930], [10.2.0][nc-stretch64-1020]|
141
+
|**Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)**| Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production |[9.3.0][nc-buster64-930], [10.2.0][nc-buster64-1020]|
142
142
|**Exclusive/Experimental Toolchains**| x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental |[10.2.0 (x86)][dc-x86-1020], [10.2.0 (x86_64)][dc-x86_64-1020]|
143
143
144
144
**Tip::bulb:**_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)._
Copy file name to clipboardExpand all lines: docs/base-gcc.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
33
33
34
34
**What is this project?**
35
35
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 helps you to get quickly started with software development on 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 helps you to get quickly started with software development on Pi.
37
37
38
38
**Who will benefit from the project?**
39
39
40
-
> _This project benefits everyone, from Professional Devs to a college research Student, looking for latest easy-to-use precompiled GCC toolchains for their Hobby Raspberry Pi project(s)._
40
+
> This project benefits everyone, from Professional Devs to a college research Student, looking for latest easy-to-use precompiled GCC toolchains for their Hobby Raspberry Pi project(s).
41
+
41
42
42
43
43
44
@@ -71,13 +72,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
71
72
72
73
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
|**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.3.0, 10.2.0 |
75
-
|**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.3.0, 10.2.0 |
76
-
|**Raspberry Pi GCC Native-Compiler Toolchains(Stretch)**| Raspbian Stretch OS (Debian Version 9) only | Raspbian Stretch OS (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 |
77
-
|**Raspberry Pi GCC Native-Compiler Toolchains(Buster)**| Raspbian Buster OS (Debian Version 10) only | Raspbian Buster OS (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 |
78
-
|**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.3.0, 10.2.0 |
79
-
|**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.3.0, 10.2.0 |
80
-
|**Exclusive/Experimental Toolchains**| x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 |
75
+
|**Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)**| any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0-630], 9.3.0, 10.2.0 |
76
+
|**Raspberry Pi GCC Cross-Compiler Toolchains (Buster)**| any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0-830], 9.3.0, 10.2.0 |
77
+
|**Raspberry Pi GCC Native-Compiler Toolchains (Stretch)**| Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 |
78
+
|**Raspberry Pi GCC Native-Compiler Toolchains (Buster)**| Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 |
79
+
|**Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)**| any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0-630], 9.3.0, 10.2.0|
80
+
|**Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)**| any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0-830], 9.3.0, 10.2.0|
81
+
|**Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)**| Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 |
82
+
|**Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)**| Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 |
83
+
|**Exclusive/Experimental Toolchains**| x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) |
81
84
82
85
83
86
**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)._
0 commit comments