Skip to content

Commit 03cfecd

Browse files
committed
Replaced non existing GCC-10.2.1 with GCC-10.2.0
1 parent cfcc093 commit 03cfecd

34 files changed

+203
-203
lines changed

.github/workflows/builder_0_1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-20.04
5858
strategy:
5959
matrix:
60-
gcc_versions: [8.3.0, 10.2.1, 12.2.0]
60+
gcc_versions: [8.3.0, 10.2.0, 12.2.0]
6161
rpios_types: [buster, bullseye, bookworm]
6262
env:
6363
RPIOS_TYPE: ${{ matrix.rpios_types }}
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-20.04
104104
strategy:
105105
matrix:
106-
gcc_versions: [8.3.0, 10.2.1, 12.2.0, 13.3.0, 14.2.0]
106+
gcc_versions: [8.3.0, 10.2.0, 12.2.0, 13.3.0, 14.2.0]
107107
rpios_types: [buster, bullseye, bookworm]
108108
env:
109109
GCC_VERSION: ${{ matrix.gcc_versions }}

.github/workflows/builder_2_3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
rpios_types: [buster, bullseye, bookworm]
61-
gcc_versions: [8.3.0, 10.2.1, 12.2.0]
61+
gcc_versions: [8.3.0, 10.2.0, 12.2.0]
6262
env:
6363
RPIOS_TYPE: ${{ matrix.rpios_types }}
6464
GCC_VERSION: ${{ matrix.gcc_versions }}
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-20.04
104104
strategy:
105105
matrix:
106-
gcc_versions: [8.3.0, 10.2.1, 12.2.0, 13.3.0, 14.2.0]
106+
gcc_versions: [8.3.0, 10.2.0, 12.2.0, 13.3.0, 14.2.0]
107107
rpios_types: [buster, bullseye, bookworm]
108108
env:
109109
GCC_VERSION: ${{ matrix.gcc_versions }}

.github/workflows/builder_3_plus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
rpios_types: [buster, bullseye, bookworm]
61-
gcc_versions: [8.3.0, 10.2.1, 12.2.0]
61+
gcc_versions: [8.3.0, 10.2.0, 12.2.0]
6262
env:
6363
RPIOS_TYPE: ${{ matrix.rpios_types }}
6464
GCC_VERSION: ${{ matrix.gcc_versions }}
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-20.04
104104
strategy:
105105
matrix:
106-
gcc_versions: [8.3.0, 10.2.1, 12.2.0, 13.3.0, 14.2.0]
106+
gcc_versions: [8.3.0, 10.2.0, 12.2.0, 13.3.0, 14.2.0]
107107
rpios_types: [buster, bullseye, bookworm]
108108
env:
109109
GCC_VERSION: ${{ matrix.gcc_versions }}

.github/workflows/builder_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-20.04
5858
strategy:
5959
matrix:
60-
gcc_versions: [8.3.0, 10.2.1, 12.2.0]
60+
gcc_versions: [8.3.0, 10.2.0, 12.2.0]
6161
rpios_types: [buster, bullseye, bookworm]
6262
env:
6363
RPIOS_TYPE: ${{ matrix.rpios_types }}
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-20.04
104104
strategy:
105105
matrix:
106-
gcc_versions: [8.3.0, 10.2.1, 12.2.0, 13.3.0, 14.2.0]
106+
gcc_versions: [8.3.0, 10.2.0, 12.2.0, 13.3.0, 14.2.0]
107107
rpios_types: [buster, bullseye, bookworm]
108108
env:
109109
RPIOS_TYPE: ${{ matrix.rpios_types }}

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ Our pre-compiled [TAR][tar]-[PIGZ][pigz] compressed and OS-targeted GCC Toolchai
127127
128128
| Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available |
129129
| :---------- | :--------: | :-------: | :--------: | :------------------------: |
130-
| **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], [10.2.1][cc-buster-1021], [12.2.0][cc-buster-1220], [13.3.0][cc-buster-1330], [14.2.0][cc-buster-1420] |
131-
| **Raspberry Pi GCC Cross-Compiler Toolchains (Bullseye)** | any x64/x86 Linux machine | Bullseye **32-bit OS** (Debian Version 11) only | Stable/Production | [10.2.1][cc-bullseye-1021], [12.2.0][cc-bullseye-1220], [13.3.0][cc-bullseye-1330], [14.2.0][cc-bullseye-1420] |
130+
| **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], [10.2.0][cc-buster-1020], [12.2.0][cc-buster-1220], [13.3.0][cc-buster-1330], [14.2.0][cc-buster-1420] |
131+
| **Raspberry Pi GCC Cross-Compiler Toolchains (Bullseye)** | any x64/x86 Linux machine | Bullseye **32-bit OS** (Debian Version 11) only | Stable/Production | [10.2.0][cc-bullseye-1020], [12.2.0][cc-bullseye-1220], [13.3.0][cc-bullseye-1330], [14.2.0][cc-bullseye-1420] |
132132
| **Raspberry Pi GCC Cross-Compiler Toolchains (Bookworm)** | any x64/x86 Linux machine | Bookworm **32-bit OS** (Debian Version 12) only | Stable/Production | [12.2.0][cc-bookworm-1220], [13.3.0][cc-bookworm-1330], [14.2.0][cc-bookworm-1420] |
133133
| **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 | [13.3.0][nc-buster-1330], [14.2.0][nc-buster-1420] |
134134
| **Raspberry Pi GCC Native-Compiler Toolchains (Bullseye)** | Bullseye **32-bit OS** (Debian Version 11) only | Bullseye **32-bit OS** (Debian Version 11) only | Stable/Production | [13.3.0][nc-bullseye-1330], [14.2.0][nc-bullseye-1420] |
135135
| **Raspberry Pi GCC Native-Compiler Toolchains (Bookworm)** | Bookworm **32-bit OS** (Debian Version 12) only | Bookworm **32-bit OS** (Debian Version 12) only | Stable/Production | [13.3.0][nc-bookworm-1330], [14.2.0][nc-bookworm-1420] |
136-
| **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], [10.2.1][cc-buster64-1021], [12.2.0][cc-buster64-1220], [13.3.0][cc-buster64-1330], [14.2.0][cc-buster64-1420] |
137-
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Bullseye)** | any x64/x86 Linux machine | Bullseye **64-bit OS** (Debian Version 11) only | Stable/Production | [10.2.1][cc-bullseye64-1021], [12.2.0][cc-bullseye64-1220], [13.3.0][cc-bullseye64-1330], [14.2.0][cc-bullseye64-1420] |
136+
| **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], [10.2.0][cc-buster64-1020], [12.2.0][cc-buster64-1220], [13.3.0][cc-buster64-1330], [14.2.0][cc-buster64-1420] |
137+
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Bullseye)** | any x64/x86 Linux machine | Bullseye **64-bit OS** (Debian Version 11) only | Stable/Production | [10.2.0][cc-bullseye64-1020], [12.2.0][cc-bullseye64-1220], [13.3.0][cc-bullseye64-1330], [14.2.0][cc-bullseye64-1420] |
138138
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Bookworm)** | any x64/x86 Linux machine | Bookworm **64-bit OS** (Debian Version 12) only | Stable/Production | [12.2.0][cc-bookworm64-1220], [13.3.0][cc-bookworm64-1330], [14.2.0][cc-bookworm64-1420] |
139139
| **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 | [13.3.0][nc-buster64-1330], [14.2.0][nc-buster64-1420] |
140140
| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Bullseye)** | Bullseye **64-bit OS** (Debian Version 11) only | Bullseye **64-bit OS** (Debian Version 11) only | Stable/Production | [13.3.0][nc-bullseye64-1330], [14.2.0][nc-bullseye64-1420] |
@@ -289,14 +289,14 @@ Thank you,
289289

290290
[cc-buster-830]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%208.3.0/
291291
[cc-buster-1220]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%2012.2.0/
292-
[cc-buster-1021]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%2010.2.1/
292+
[cc-buster-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%2010.2.0/
293293
[cc-buster-1330]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%2013.3.0/
294294
[cc-buster-1420]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%2014.2.0/
295295

296296
[nc-buster-1330]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Buster/GCC%2013.3.0/
297297
[nc-buster-1420]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Buster/GCC%2014.2.0/
298298

299-
[cc-bullseye-1021]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Bullseye/GCC%2010.2.1/
299+
[cc-bullseye-1020]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Bullseye/GCC%2010.2.0/
300300
[cc-bullseye-1330]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Bullseye/GCC%2013.3.0/
301301
[cc-bullseye-1420]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Bullseye/GCC%2014.2.0/
302302
[cc-bullseye-1220]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Bullseye/GCC%2012.2.0/
@@ -318,7 +318,7 @@ Thank you,
318318

319319

320320
[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/
321-
[cc-buster64-1021]: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.1/
321+
[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/
322322
[cc-buster64-1220]: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%2012.2.0/
323323
[cc-buster64-1330]: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%2013.3.0/
324324
[cc-buster64-1420]: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%2014.2.0/
@@ -329,7 +329,7 @@ Thank you,
329329

330330
[cc-bullseye64-1330]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Bullseye/GCC%2013.3.0/
331331
[cc-bullseye64-1220]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Bullseye/GCC%2012.2.0/
332-
[cc-bullseye64-1021]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Bullseye/GCC%2010.2.1/
332+
[cc-bullseye64-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/Bullseye/GCC%2010.2.0/
333333
[cc-bullseye64-1420]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Bullseye/GCC%2014.2.0/
334334

335335
[nc-bullseye64-1330]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Native-Compiler%20Toolchains/Bullseye/GCC%2013.3.0/

build-scripts/CI/CIBB_32b

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ helpfunction() {
3434
echo ""
3535
echo ""
3636
echo "Usage: $0 -g [GCC version] -r [Target Pi type] -o [Target Pi OS type]"
37-
echo -e "\t-g GCC base version?: (8.3.0|10.2.1|12.2.0)"
37+
echo -e "\t-g GCC base version?: (8.3.0|10.2.0|12.2.0)"
3838
echo -e "\t-r What's yours Raspberry Pi type?: (0-1|2-3|3+)"
3939
echo -e "\t-o What's yours Raspberry Pi OS type?: (buster|bullseye|bookworm)"
4040
echo ""
@@ -106,7 +106,7 @@ if [ "$RPIOS_TYPE" = "buster" ] && [ "$GCC_VERSION" != "8.3.0" ]; then
106106
exit
107107
fi
108108
# exit if not valid GCC
109-
if [ "$RPIOS_TYPE" = "bullseye" ] && [ "$GCC_VERSION" != "10.2.1" ]; then
109+
if [ "$RPIOS_TYPE" = "bullseye" ] && [ "$GCC_VERSION" != "10.2.0" ]; then
110110
echo "Invalid GCC for bullseye: $GCC_VERSION!"
111111
exit
112112
fi
@@ -130,7 +130,7 @@ TARGET=arm-linux-gnueabihf
130130
GDB_VERSION=15.1
131131

132132
#validate env variables
133-
if ! [[ "$GCC_VERSION" =~ ^(8.3.0|10.2.1|12.2.0)$ ]]; then exit 1; fi
133+
if ! [[ "$GCC_VERSION" =~ ^(8.3.0|10.2.0|12.2.0)$ ]]; then exit 1; fi
134134
if ! [[ "$GLIBC_VERSION" =~ ^(2.28|2.31|2.36)$ ]]; then exit 1; fi
135135
if ! [[ "$BINUTILS_VERSION" =~ ^(2.31.1|2.35.2|2.40)$ ]]; then exit 1; fi
136136
if ! [[ "$FOLDER_VERSION" =~ ^(0|1|2)$ ]]; then exit 1; fi

build-scripts/CI/CIBB_64b

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ helpfunction() {
3434
echo ""
3535
echo ""
3636
echo "Usage: $0 -g [GCC version] -o [Target Pi OS type]"
37-
echo -e "\t-g GCC base version?: (8.3.0|10.2.1|12.2.0)"
37+
echo -e "\t-g GCC base version?: (8.3.0|10.2.0|12.2.0)"
3838
echo -e "\t-o What's yours Target Raspberry Pi OS type?: (buster|bullseye|bookworm)"
3939
echo ""
4040
echo ""
@@ -86,7 +86,7 @@ if [ "$RPIOS_TYPE" = "buster" ] && [ "$GCC_VERSION" != "8.3.0" ]; then
8686
exit
8787
fi
8888
# exit if not valid GCC
89-
if [ "$RPIOS_TYPE" = "bullseye" ] && [ "$GCC_VERSION" != "10.2.1" ]; then
89+
if [ "$RPIOS_TYPE" = "bullseye" ] && [ "$GCC_VERSION" != "10.2.0" ]; then
9090
echo "Invalid GCC for bullseye: $GCC_VERSION!"
9191
exit
9292
fi
@@ -113,7 +113,7 @@ TARGET=aarch64-linux-gnu
113113
GDB_VERSION=15.1
114114

115115
#validate env variables
116-
if ! [[ "$GCC_VERSION" =~ ^(8.3.0|10.2.1|12.2.0)$ ]]; then exit 1; fi
116+
if ! [[ "$GCC_VERSION" =~ ^(8.3.0|10.2.0|12.2.0)$ ]]; then exit 1; fi
117117
if ! [[ "$GLIBC_VERSION" =~ ^(2.28|2.31|2.36)$ ]]; then exit 1; fi
118118
if ! [[ "$BINUTILS_VERSION" =~ ^(2.31.1|2.35.2|2.40)$ ]]; then exit 1; fi
119119
if [ "$KERNEL" != "kernel8" ]; then exit 1; fi

build-scripts/CI/CICTB_32b

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ elif [ "$RPIOS_TYPE" = "bullseye" ]; then
101101
echo "$GCC_VERSION is not supported on bullseye!"
102102
exit 0
103103
else
104-
GCCBASE_VERSION=10.2.1
104+
GCCBASE_VERSION=10.2.0
105105
fi
106106
else
107107
echo "Invalid argument value: $RPIOS_TYPE"
@@ -127,7 +127,7 @@ TARGET=arm-linux-gnueabihf
127127
GDB_VERSION=15.1
128128

129129
#validate env variables
130-
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.1|12.2.0)$ ]]; then exit 1; fi
130+
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.0|12.2.0)$ ]]; then exit 1; fi
131131
if ! [[ "$FOLDER_VERSION" =~ ^(0|1|2)$ ]]; then exit 1; fi
132132
if ! [[ "$ARCH" =~ ^(armv6|armv7-a|armv8-a)$ ]]; then exit 1; fi
133133
if ! [[ "$FPU" =~ ^(vfp|neon-vfpv4|neon-fp-armv8)$ ]]; then exit 1; fi

build-scripts/CI/CICTB_64b

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ elif [ "$RPIOS_TYPE" = "bullseye" ]; then
8585
echo "$GCC_VERSION is not supported on bullseye!"
8686
exit 0
8787
else
88-
GCCBASE_VERSION=10.2.1
88+
GCCBASE_VERSION=10.2.0
8989
fi
9090
else
9191
echo "Invalid argument value: $RPIOS_TYPE"
@@ -113,7 +113,7 @@ TARGET=aarch64-linux-gnu
113113
GDB_VERSION=15.1
114114

115115
#validate env variables
116-
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.1|12.2.0)$ ]]; then exit 1; fi
116+
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.0|12.2.0)$ ]]; then exit 1; fi
117117
if [ "$ARCH" != "armv8-a+fp+simd" ]; then exit 1; fi
118118
if [ "$FOLDER_VERSION" != "64" ]; then exit 1; fi
119119
if [ "$BUILDDIR" = "" ]; then exit 1; fi

build-scripts/CI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ These CI build-scripts only support specific Programming Languages, those are as
8888
These CI build-scripts supports newer as well as base GCC versions, those are as follows:
8989

9090
- 8.3.0 _(Base Buster, )_
91-
- 10.2.1 _(Base Bullseye)_
91+
- 10.2.0 _(Base Bullseye)_
9292
- 11.3.0 _(New)_
9393
- 12.2.0 _(Base Bookworm)_
9494
- 13.3.0 _(New)_
@@ -97,7 +97,7 @@ These CI build-scripts supports newer as well as base GCC versions, those are as
9797
| GCC Version | Base | Cross-Compiler | Native-Compiler |
9898
| :-----------: | :----------: | :---------: | :---------: |
9999
| 8.3.0 | Yes (Buster) | Yes | No |
100-
| 10.2.1 | Yes (Bullseye) | Yes | No |
100+
| 10.2.0 | Yes (Bullseye) | Yes | No |
101101
| 11.3.0 | x | Yes | Yes |
102102
| 12.2.0 | Yes (Bookworm) | Yes | No |
103103
| 13.3.0 | x | Yes | Yes |

build-scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ These scripts only support newer GCC versions, those are as follows:
217217
| 9.3.0 | supported | x | x |
218218
| 9.4.0 | supported | x | x |
219219
| 10.1.0 | supported | x | x |
220-
| 10.2.1 | supported | supported _(Base)_ |x |
220+
| 10.2.0 | supported | supported _(Base)_ |x |
221221
| 10.3.0 | supported | supported |x |
222222
| 11.1.0 | supported | supported |x |
223223
| 11.2.0 | supported | supported |x |

build-scripts/RTBuilder_32b

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ helpfunction() {
3636
echo ""
3737
echo ""
3838
echo "Usage: $0 -g [GCC version] -r [Target Pi type] -o [Target Pi OS type] -V"
39-
echo -e "\t-g GCC version you want to compile?: (8.3.0|8.4.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.1|10.3.0|11.1.0|11.2.0|11.3.0|12.1.0|12.2.0|12.3.0|12.4.0|13.1.0|13.2.0|13.3.0|14.1.0|14.2.0)"
39+
echo -e "\t-g GCC version you want to compile?: (8.3.0|8.4.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.0|10.3.0|11.1.0|11.2.0|11.3.0|12.1.0|12.2.0|12.3.0|12.4.0|13.1.0|13.2.0|13.3.0|14.1.0|14.2.0)"
4040
echo -e "\t-r What's yours Target Raspberry Pi type?: (0-1|2-3|3+)"
4141
echo -e "\t-o What's yours Target Raspberry Pi OS type?: (buster|bullseye|bookworm)"
4242
echo -e "\t-V Verbose output for debugging?"
@@ -114,7 +114,7 @@ elif [ "$RPIOS_TYPE" = "bullseye" ]; then
114114
echo "$GCC_VERSION is not supported on bullseye!"
115115
exit 0
116116
else
117-
GCCBASE_VERSION=10.2.1
117+
GCCBASE_VERSION=10.2.0
118118
fi
119119
GLIBC_VERSION=2.31
120120
BINUTILS_VERSION=2.35.2
@@ -143,7 +143,7 @@ GDB_VERSION=15.1
143143

144144
#validate env variables
145145
if ! [[ "$GCC_VERSION" =~ ^(8.3.0|8.4.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.0|10.3.0|11.1.0|11.2.0|11.3.0|12.1.0|12.2.0|12.3.0|12.4.0|13.1.0|13.2.0|13.3.0|14.1.0|14.2.0)$ ]]; then exit 1; fi
146-
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.1|12.2.0)$ ]]; then exit 1; fi
146+
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.0|12.2.0)$ ]]; then exit 1; fi
147147
if ! [[ "$GLIBC_VERSION" =~ ^(2.28|2.31|2.36)$ ]]; then exit 1; fi
148148
if ! [[ "$BINUTILS_VERSION" =~ ^(2.31.1|2.35.2|2.40)$ ]]; then exit 1; fi
149149
if ! [[ "$FOLDER_VERSION" =~ ^(0|1|2)$ ]]; then exit 1; fi

build-scripts/RTBuilder_64b

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ helpfunction() {
3636
echo ""
3737
echo ""
3838
echo "Usage: $0 -g [GCC version] -o [Target Pi OS type] -V"
39-
echo -e "\t-g GCC version you want to compile?: (8.3.0|8.4.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.1|10.3.0|11.1.0|11.2.0|11.3.0|12.1.0|12.2.0|12.3.0|12.4.0|13.1.0|13.2.0|13.3.0|14.1.0|14.2.0)"
39+
echo -e "\t-g GCC version you want to compile?: (8.3.0|8.4.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.0|10.3.0|11.1.0|11.2.0|11.3.0|12.1.0|12.2.0|12.3.0|12.4.0|13.1.0|13.2.0|13.3.0|14.1.0|14.2.0)"
4040
echo -e "\t-o What's yours Target Raspberry Pi OS type?: (buster|bullseye|bookworm)"
4141
echo -e "\t-V Verbose output for debugging?"
4242
echo ""
@@ -91,7 +91,7 @@ elif [ "$RPIOS_TYPE" = "bullseye" ]; then
9191
echo "$GCC_VERSION is not supported on bullseye!"
9292
exit 0
9393
else
94-
GCCBASE_VERSION=10.2.1
94+
GCCBASE_VERSION=10.2.0
9595
fi
9696
GLIBC_VERSION=2.31
9797
BINUTILS_VERSION=2.35.2
@@ -123,7 +123,7 @@ GDB_VERSION=15.1
123123

124124
#validate env variables
125125
if ! [[ "$GCC_VERSION" =~ ^(8.3.0|8.4.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.0|10.3.0|11.1.0|11.2.0|11.3.0|12.1.0|12.2.0|12.3.0|12.4.0|13.1.0|13.2.0|13.3.0|14.1.0|14.2.0)$ ]]; then exit 1; fi
126-
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.1|12.2.0)$ ]]; then exit 1; fi
126+
if ! [[ "$GCCBASE_VERSION" =~ ^(8.3.0|10.2.0|12.2.0)$ ]]; then exit 1; fi
127127
if ! [[ "$GLIBC_VERSION" =~ ^(2.28|2.31|2.36)$ ]]; then exit 1; fi
128128
if ! [[ "$BINUTILS_VERSION" =~ ^(2.31.1|2.35.2|2.40)$ ]]; then exit 1; fi
129129
if [ "$KERNEL" != "kernel8" ]; then exit 1; fi

0 commit comments

Comments
 (0)