Skip to content

Commit 2399502

Browse files
committed
Release v3.0.6: Major 64-bit env bug fixes and updates
- Fixed incorrect binary download links in CI bash scripts. - Updated CI scripts to only allow >= 8.3.0 GCC versions. - Replaced missing RPI_TYPE variable with FOLDER_VERSION. - Removed 8.3.0 workflow from native builds. - Updated Docs links. - Added Github Sponser.
1 parent 7ead221 commit 2399502

23 files changed

+269
-177
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ko_fi: abhitronix
2+
custom: https://paypal.me/AbhiTronix

.github/workflows/builder_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
runs-on: ubuntu-latest
152152
strategy:
153153
matrix:
154-
gcc_versions: [8.3.0, 9.3.0, 10.2.0]
154+
gcc_versions: [9.3.0, 10.2.0]
155155
rpios_types: [stretch, buster]
156156
env:
157157
RPIOS_TYPE: ${{ matrix.rpios_types }}

README.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ Following is the table for various CI generated OS targetted precompiled Toolcha
135135
| **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] |
136136
| **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] |
137137
| **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] |
142142
| **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] |
143143

144144
**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)._
@@ -300,12 +300,17 @@ Thank you,
300300
[nc-buster-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Buster/GCC%2010.2.0/
301301
[nc-stretch-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Stretch/GCC%209.3.0/
302302
[nc-buster-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Buster/GCC%209.3.0/
303-
[cc-64-630]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/GCC%206.3.0/
304-
[cc-64-830]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/GCC%208.3.0/
305-
[cc-64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/GCC%2010.2.0/
306-
[cc-64-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/GCC%209.3.0/
307-
[nc-64-830]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/GCC%208.3.0/
308-
[nc-64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/GCC%2010.2.0/
309-
[nc-64-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/GCC%209.3.0/
310303
[dc-x86-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Exclusive-Experimental%20Toolchains/Desktop/x86/GCC%2010.2.0/
311-
[dc-x86_64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Exclusive-Experimental%20Toolchains/Desktop/x86_64/GCC%2010.2.0/
304+
[dc-x86_64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Exclusive-Experimental%20Toolchains/Desktop/x86_64/GCC%2010.2.0/
305+
306+
[cc-stretch64-630]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Stretch/GCC%206.3.0/
307+
[cc-stretch64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Stretch/GCC%2010.2.0/
308+
[cc-stretch64-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Stretch/GCC%209.3.0/
309+
[nc-stretch64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/Stretch/GCC%2010.2.0/
310+
[nc-stretch64-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/Stretch/GCC%209.3.0/
311+
312+
[cc-buster64-830]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Buster/GCC%208.3.0/
313+
[cc-buster64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Buster/GCC%2010.2.0/
314+
[cc-buster64-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Buster/GCC%209.3.0/
315+
[nc-buster64-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/Buster/GCC%2010.2.0/
316+
[nc-buster64-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/Buster/GCC%209.3.0/

build-scripts/CI/CIBB_64b

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ else
7171
exit
7272
fi
7373

74+
# exit if GCC < 8.3.0 for buster
75+
if [ "$RPIOS_TYPE" = "buster" ] && [ "$GCC_VERSION" \< "8.3.0" ]; then
76+
echo "Invalid GCC for buster: $GCC_VERSION!"
77+
exit
78+
fi
79+
7480
#collect build directory if not defined
7581
if [ "$BUILDDIR" = "" ]; then
7682
#select temp directory

build-scripts/CI/CICTB_64b

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ else
6969
exit
7070
fi
7171

72+
# exit if GCC < 8.3.0 for buster
73+
if [ "$RPIOS_TYPE" = "buster" ] && [ "$GCC_VERSION" \< "8.3.0" ]; then
74+
echo "Invalid GCC for buster: $GCC_VERSION!"
75+
exit
76+
fi
77+
7278
#collect build directory if not defined
7379
if [ "$BUILDDIR" = "" ]; then
7480
#select temp directory
@@ -96,8 +102,16 @@ if [ "$FOLDER_VERSION" != "64" ]; then exit 1; fi
96102
if [ "$BUILDDIR" = "" ]; then exit 1; fi
97103
if [ "$LANGUAGES" = "" ]; then exit 1; fi
98104

99-
URL="https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/CLI%20Base"
100-
if [ "$RPI_TYPE" = "64" ]; then URL="$URL/64/GCC%20$GCCBASE_VERSION/"; fi
105+
URL="https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/CLI%20Base/64"
106+
107+
if [ "$RPIOS_TYPE" = "buster" ]; then
108+
URL="$URL/Buster/GCC%20$GCCBASE_VERSION/"
109+
elif [ "$RPIOS_TYPE" = "stretch" ]; then
110+
URL="$URL/Stretch/GCC%20$GCCBASE_VERSION/"
111+
else
112+
echo "Missing RPIOS_TYPE parameter!"
113+
exit 1
114+
fi
101115

102116
echo "Downloading and Setting up build directories"
103117
#setup paths
@@ -112,9 +126,9 @@ mkdir -p "$INSTALLDIR"
112126
cd "$DOWNLOADDIR" || exit
113127

114128
#download binaries if not found
115-
if [ ! -f "cross-gcc-$GCCBASE_VERSION-pi_$RPI_TYPE.tar.gz" ]; then
116-
wget -q --no-check-certificate "${URL}cross-gcc-$GCCBASE_VERSION-pi_$RPI_TYPE.tar.gz"
117-
tar xf cross-gcc-$GCCBASE_VERSION-pi_$RPI_TYPE.tar.gz
129+
if [ ! -f "cross-gcc-$GCCBASE_VERSION-pi_$FOLDER_VERSION.tar.gz" ]; then
130+
wget -q --no-check-certificate "${URL}cross-gcc-$GCCBASE_VERSION-pi_$FOLDER_VERSION.tar.gz"
131+
tar xf cross-gcc-$GCCBASE_VERSION-pi_$FOLDER_VERSION.tar.gz
118132
mv -v cross-pi-gcc-$GCCBASE_VERSION-$FOLDER_VERSION/* $INSTALLDIR
119133
rm -rf cross-pi-gcc-$GCCBASE_VERSION-$FOLDER_VERSION
120134
rm ./*.tar.*
@@ -171,7 +185,7 @@ echo "Done Building Cross GDB Binaries..."
171185
mv "$BUILDDIR"/cross-pi-gcc-"$GCC_VERSION"-$FOLDER_VERSION "$HOME"
172186
cd "$HOME" || exit
173187
#compress with maximum possible compression level.
174-
tar cf - cross-pi-gcc-"$GCC_VERSION"-$FOLDER_VERSION | pigz -9 -p 32 >cross-gcc-"$GCC_VERSION"-pi_"$RPI_TYPE".tar.gz
188+
tar cf - cross-pi-gcc-"$GCC_VERSION"-$FOLDER_VERSION | pigz -9 -p 32 >cross-gcc-"$GCC_VERSION"-pi_"$FOLDER_VERSION".tar.gz
175189
echo "Done Building Cross GCC $GCC_VERSION Binaries..."
176190
rm -rf "$HOME"/cross-pi-gcc-"$GCC_VERSION"-$FOLDER_VERSION
177191

build-scripts/CI/CINTB_64b

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,21 @@ if [ "$BUILDDIR" = "" ]; then exit 1; fi
8686
if [ "$LANGUAGES" = "" ]; then exit 1; fi
8787

8888
URL="https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains"
89-
if [ "$RPI_TYPE" = "64" ]; then URL="$URL/GCC%20$GCC_VERSION/"; fi
89+
90+
if [ "$RPIOS_TYPE" = "buster" ]; then
91+
URL="$URL/Buster/GCC%20$GCC_VERSION/"
92+
elif [ "$RPIOS_TYPE" = "stretch" ]; then
93+
URL="$URL/Stretch/GCC%20$GCC_VERSION/"
94+
else
95+
echo "Missing RPIOS_TYPE parameter!"
96+
exit 1
97+
fi
98+
99+
# exit if GCC < 9.0.0 for buster
100+
if [ "$RPIOS_TYPE" = "buster" ] && [ "$GCC_VERSION" \< "9.0.0" ]; then
101+
echo "Invalid GCC for buster: $GCC_VERSION!"
102+
exit
103+
fi
90104

91105
echo "Downloading and Setting up build directories"
92106
#setup paths
@@ -96,9 +110,9 @@ mkdir -p "$DOWNLOADDIR"
96110
cd "$DOWNLOADDIR" || exit
97111

98112
#download binaries if not found
99-
if [ ! -f "cross-gcc-$GCC_VERSION-pi_$RPI_TYPE.tar.gz" ]; then
100-
wget "${URL}cross-gcc-$GCC_VERSION-pi_$RPI_TYPE.tar.gz"
101-
tar xf cross-gcc-$GCC_VERSION-pi_$RPI_TYPE.tar.gz
113+
if [ ! -f "cross-gcc-$GCC_VERSION-pi_$FOLDER_VERSION.tar.gz" ]; then
114+
wget "${URL}cross-gcc-$GCC_VERSION-pi_$FOLDER_VERSION.tar.gz"
115+
tar xf cross-gcc-$GCC_VERSION-pi_$FOLDER_VERSION.tar.gz
102116
mv cross-pi-gcc-$GCC_VERSION-$FOLDER_VERSION $BUILDDIR
103117
rm ./*.tar.*
104118
fi
@@ -153,7 +167,7 @@ echo "Done Building Native GDB Binaries..."
153167
mv "$BUILDDIR"/native-pi-gcc-"$GCC_VERSION"-$FOLDER_VERSION "$HOME"
154168
cd "$HOME" || exit
155169
#compress with maximum possible compression level.
156-
tar cf - native-pi-gcc-"$GCC_VERSION"-$FOLDER_VERSION | pigz -9 -p 32 >native-gcc-"$GCC_VERSION"-pi_"$RPI_TYPE".tar.gz
170+
tar cf - native-pi-gcc-"$GCC_VERSION"-$FOLDER_VERSION | pigz -9 -p 32 >native-gcc-"$GCC_VERSION"-pi_"$FOLDER_VERSION".tar.gz
157171
echo "Done Building Native GCC $GCC_VERSION Binaries..."
158172

159173
#clean path

docs/base-gcc.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
3333

3434
**What is this project?**
3535

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.
3737
3838
**Who will benefit from the project?**
3939

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+
4142

4243

4344

@@ -71,13 +72,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou
7172

7273
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
7374
| :---------- | :--------: | :-------: | :--------: | :------------------------: |
74-
| **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) |
8184

8285

8386
**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

Comments
 (0)