Skip to content

Commit 95ecf84

Browse files
committed
Upgrades to GCC v9.3.0 and GDB v9.1:
- Replaced GCC v9.2.0 with newer GCC v9.3.0 - Replaced GDB v8.3.1 with newer GCC v9.1 - Updated related docs
1 parent d85b1f6 commit 95ecf84

25 files changed

+136
-130
lines changed

.github/workflows/builder_0_1.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ jobs:
9898
shell: bash
9999
if: success() && github.event_name == 'release' && github.ref == 'BASE'
100100
builder-buster_1:
101-
name: Cross GCC-9.2.0 32-bit Buster Pi[0-1]
101+
name: Cross GCC-9.3.0 32-bit Buster Pi[0-1]
102102
needs: builder-buster_0
103103
runs-on: ubuntu-latest
104104
env:
105-
GCC_VERSION: 9.2.0
105+
GCC_VERSION: 9.3.0
106106
RPIOS_TYPE: buster
107107
RPI_TYPE: 0-1
108108
COMPILER_TYPE: CROSS
@@ -189,11 +189,11 @@ jobs:
189189
shell: bash
190190
if: success() && github.event_name == 'release' && github.event.action == 'published'
191191
builder-buster_2:
192-
name: Native GCC-9.2.0 32-bit Buster Pi[0-1]
192+
name: Native GCC-9.3.0 32-bit Buster Pi[0-1]
193193
needs: [builder-buster_0, builder-buster_1]
194194
runs-on: ubuntu-latest
195195
env:
196-
GCC_VERSION: 9.2.0
196+
GCC_VERSION: 9.3.0
197197
RPIOS_TYPE: buster
198198
RPI_TYPE: 0-1
199199
COMPILER_TYPE: NATIVE
@@ -281,11 +281,11 @@ jobs:
281281
shell: bash
282282
if: success() && github.event_name == 'release' && github.ref == 'BASE'
283283
builder-stretch_1:
284-
name: Cross GCC-9.2.0 32-bit Stretch Pi[0-1]
284+
name: Cross GCC-9.3.0 32-bit Stretch Pi[0-1]
285285
needs: builder-stretch_0
286286
runs-on: ubuntu-latest
287287
env:
288-
GCC_VERSION: 9.2.0
288+
GCC_VERSION: 9.3.0
289289
RPIOS_TYPE: stretch
290290
RPI_TYPE: 0-1
291291
COMPILER_TYPE: CROSS
@@ -363,11 +363,11 @@ jobs:
363363
shell: bash
364364
if: success() && github.event_name == 'release' && github.event.action == 'published'
365365
builder-stretch_2:
366-
name: Native GCC-9.2.0 32-bit Stretch Pi[0-1]
366+
name: Native GCC-9.3.0 32-bit Stretch Pi[0-1]
367367
needs: [builder-stretch_0, builder-stretch_1]
368368
runs-on: ubuntu-latest
369369
env:
370-
GCC_VERSION: 9.2.0
370+
GCC_VERSION: 9.3.0
371371
RPIOS_TYPE: stretch
372372
RPI_TYPE: 0-1
373373
COMPILER_TYPE: NATIVE

.github/workflows/builder_2_3.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
shell: bash
9090
if: success() && github.event_name == 'release' && github.ref == 'BASE'
9191
builder-buster_1:
92-
name: Cross GCC-9.2.0 32-bit Buster Pi[2-3]
92+
name: Cross GCC-9.3.0 32-bit Buster Pi[2-3]
9393
needs: builder-buster_0
9494
runs-on: ubuntu-latest
9595
env:
96-
GCC_VERSION: 9.2.0
96+
GCC_VERSION: 9.3.0
9797
RPIOS_TYPE: buster
9898
RPI_TYPE: 2-3
9999
COMPILER_TYPE: CROSS
@@ -179,11 +179,11 @@ jobs:
179179
shell: bash
180180
if: success() && github.event_name == 'release' && github.event.action == 'published'
181181
builder-buster_2:
182-
name: Native GCC-9.2.0 32-bit Buster Pi[2-3]
182+
name: Native GCC-9.3.0 32-bit Buster Pi[2-3]
183183
needs: [builder-buster_0, builder-buster_1]
184184
runs-on: ubuntu-latest
185185
env:
186-
GCC_VERSION: 9.2.0
186+
GCC_VERSION: 9.3.0
187187
RPIOS_TYPE: buster
188188
RPI_TYPE: 2-3
189189
COMPILER_TYPE: NATIVE
@@ -262,11 +262,11 @@ jobs:
262262
shell: bash
263263
if: success() && github.event_name == 'release' && github.ref == 'BASE'
264264
builder-stretch_1:
265-
name: Cross GCC-9.2.0 32-bit Stretch Pi[2-3]
265+
name: Cross GCC-9.3.0 32-bit Stretch Pi[2-3]
266266
needs: builder-stretch_0
267267
runs-on: ubuntu-latest
268268
env:
269-
GCC_VERSION: 9.2.0
269+
GCC_VERSION: 9.3.0
270270
RPIOS_TYPE: stretch
271271
RPI_TYPE: 2-3
272272
COMPILER_TYPE: CROSS
@@ -352,11 +352,11 @@ jobs:
352352
shell: bash
353353
if: success() && github.event_name == 'release' && github.event.action == 'published'
354354
builder-stretch_2:
355-
name: Native GCC-9.2.0 32-bit Stretch Pi[2-3]
355+
name: Native GCC-9.3.0 32-bit Stretch Pi[2-3]
356356
needs: [builder-stretch_0, builder-stretch_1]
357357
runs-on: ubuntu-latest
358358
env:
359-
GCC_VERSION: 9.2.0
359+
GCC_VERSION: 9.3.0
360360
RPIOS_TYPE: stretch
361361
RPI_TYPE: 2-3
362362
COMPILER_TYPE: NATIVE

.github/workflows/builder_3_plus.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888
shell: bash
8989
if: success() && github.event_name == 'release' && github.ref == 'BASE'
9090
builder-buster_1:
91-
name: Cross GCC-9.2.0 32-bit Buster Pi[3+]
91+
name: Cross GCC-9.3.0 32-bit Buster Pi[3+]
9292
needs: builder-buster_0
9393
runs-on: ubuntu-latest
9494
env:
95-
GCC_VERSION: 9.2.0
95+
GCC_VERSION: 9.3.0
9696
RPIOS_TYPE: buster
9797
RPI_TYPE: 3+
9898
COMPILER_TYPE: CROSS
@@ -170,11 +170,11 @@ jobs:
170170
shell: bash
171171
if: success() && github.event_name == 'release' && github.event.action == 'published'
172172
builder-buster_2:
173-
name: Native GCC-9.2.0 32-bit Buster Pi[3+]
173+
name: Native GCC-9.3.0 32-bit Buster Pi[3+]
174174
needs: [builder-buster_0, builder-buster_1]
175175
runs-on: ubuntu-latest
176176
env:
177-
GCC_VERSION: 9.2.0
177+
GCC_VERSION: 9.3.0
178178
RPIOS_TYPE: buster
179179
RPI_TYPE: 3+
180180
COMPILER_TYPE: NATIVE
@@ -261,11 +261,11 @@ jobs:
261261
shell: bash
262262
if: success() && github.event_name == 'release' && github.ref == 'BASE'
263263
builder-stretch_1:
264-
name: Cross GCC-9.2.0 32-bit Stretch Pi[3+]
264+
name: Cross GCC-9.3.0 32-bit Stretch Pi[3+]
265265
needs: builder-stretch_0
266266
runs-on: ubuntu-latest
267267
env:
268-
GCC_VERSION: 9.2.0
268+
GCC_VERSION: 9.3.0
269269
RPIOS_TYPE: stretch
270270
RPI_TYPE: 3+
271271
COMPILER_TYPE: CROSS
@@ -343,11 +343,11 @@ jobs:
343343
shell: bash
344344
if: success() && github.event_name == 'release' && github.event.action == 'published'
345345
builder-stretch_2:
346-
name: Native GCC-9.2.0 32-bit Stretch Pi[3+]
346+
name: Native GCC-9.3.0 32-bit Stretch Pi[3+]
347347
needs: [builder-stretch_0, builder-stretch_1]
348348
runs-on: ubuntu-latest
349349
env:
350-
GCC_VERSION: 9.2.0
350+
GCC_VERSION: 9.3.0
351351
RPIOS_TYPE: stretch
352352
RPI_TYPE: 3+
353353
COMPILER_TYPE: NATIVE

.github/workflows/builder_64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ jobs:
9696
shell: bash
9797
if: success() && github.event_name == 'release' && github.ref == 'BASE'
9898
builder-64_1:
99-
name: Cross GCC-9.2.0 Pi[64]
99+
name: Cross GCC-9.3.0 Pi[64]
100100
needs: builder-64_0
101101
runs-on: ubuntu-latest
102102
env:
103-
GCC_VERSION: 9.2.0
103+
GCC_VERSION: 9.3.0
104104
RPI_TYPE: 64
105105
COMPILER_TYPE: CROSS
106106
steps:
@@ -224,11 +224,11 @@ jobs:
224224
shell: bash
225225
if: success() && github.event_name == 'release' && github.event.action == 'published'
226226
builder-64_2:
227-
name: Native GCC-9.2.0 Pi[64]
227+
name: Native GCC-9.3.0 Pi[64]
228228
needs: [builder-64_0, builder-64_1]
229229
runs-on: ubuntu-latest
230230
env:
231-
GCC_VERSION: 9.2.0
231+
GCC_VERSION: 9.3.0
232232
RPI_TYPE: 64
233233
COMPILER_TYPE: NATIVE
234234
steps:

README.md

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,25 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
7474

7575
**What is this project?**
7676

77-
> _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._
77+
> _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._
7878
7979
**Who will benefit from the project?**
8080

81-
> _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)._
81+
> _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)._
8282
8383

8484
&nbsp;
8585

8686
### New-Release SneekPeak: v3.0
8787

8888
- *Automated CI maintained GCC standalone ARM/ARM64 toolchains.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
89-
- *Latest [**GCC 9.2.0**](https://gcc.gnu.org/gcc-9/) toolchains available.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
89+
- *Latest [**GCC 9.3.0**](https://gcc.gnu.org/gcc-9/) toolchains available.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
9090
- *Hardcoded paths free both Cross & Native **Raspbian Buster (Debian 10)** toolchains available.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
9191
- *Separate binaries for each Raspberry Pi variant (including latest Compute modules and Raspberry Pi 4).*
9292
- *Tar Compressed binaries with maximum possible compression.*
93-
- *Exclusive **ARM64|AARCH64** Binaries for Raspberry Pi 64-Bit OS flavors.*
93+
- *Exclusive **ARM64|AARCH64** Binaries for Raspberry Pi 64-Bit kernel OS flavors.*
9494
- *Open-sourced Toolchains build-scripts are also available.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
95-
- *Latest [**GDB Debugger v8.3.1**](https://www.gnu.org/software/gdb/download/ANNOUNCEMENT) included in all binaries.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
95+
- *Latest [**GDB Debugger v9.1**](https://www.gnu.org/software/gdb/download/ANNOUNCEMENT) included in all binaries.*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
9696

9797

9898
&nbsp;
@@ -123,14 +123,14 @@ 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-
| :----------: | :--------: | :-------: | -------- | :---------------------------------: |
127-
| **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 |
128-
| **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 |
129-
| **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 |
130-
| **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 |
131-
| **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 |
132-
| **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 |
133-
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
126+
| ---------- | -------- | ------- | -------- | ------------------------ |
127+
| **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 |
128+
| **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 |
129+
| **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 |
130+
| **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 |
131+
| **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 |
132+
| **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 |
133+
| **Exclusive/Experimental Toolchains** | None | None | Beta/Experimental | None |
134134

135135

136136

@@ -150,12 +150,12 @@ You can easily identify each pre-compiled toolchain binary by its name as follow
150150

151151
| Toolchains Binaries | Status | GCC versions |
152152
| ---------- | -------- | :------: |
153-
| **Raspberry Pi GCC Cross-Compiler Toolchains(Stretch)** | Stable/Production | [6.3.0][cc-stretch-630], [9.2.0][cc-stretch-920] |
154-
| **Raspberry Pi GCC Cross-Compiler Toolchains(Buster)** | Stable/Production | [8.3.0][cc-buster-830], [9.2.0][cc-buster-920] |
155-
| **Raspberry Pi GCC Native-Compiler Toolchains(Stretch)** | Stable/Production | [9.2.0][nc-stretch-920] |
156-
| **Raspberry Pi GCC Native-Compiler Toolchains(Buster)** | Stable/Production | [9.2.0][nc-buster-920] |
157-
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains** | Stable/Production | [6.3.0][cc-64-630], [8.3.0][cc-64-830], [9.2.0][cc-64-920] |
158-
| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains** | Stable/Production | [8.3.0][nc-64-830], [9.2.0][nc-64-920] |
153+
| **Raspberry Pi GCC Cross-Compiler Toolchains(Stretch)** | Stable/Production | [6.3.0][cc-stretch-630], [9.2.0][cc-stretch-920], [9.3.0][cc-stretch-930] |
154+
| **Raspberry Pi GCC Cross-Compiler Toolchains(Buster)** | Stable/Production | [8.3.0][cc-buster-830], [9.2.0][cc-buster-920], [9.3.0][cc-buster-930] |
155+
| **Raspberry Pi GCC Native-Compiler Toolchains(Stretch)** | Stable/Production | [9.2.0][nc-stretch-920], [9.3.0][nc-stretch-930] |
156+
| **Raspberry Pi GCC Native-Compiler Toolchains(Buster)** | Stable/Production | [9.2.0][nc-buster-920], [9.3.0][nc-buster-930] |
157+
| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains** | Stable/Production | [6.3.0][cc-64-630], [8.3.0][cc-64-830], [9.2.0][cc-64-920], [9.3.0][cc-64-930] |
158+
| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains** | Stable/Production | [8.3.0][nc-64-830], [9.2.0][nc-64-920], [9.3.0][nc-64-930] |
159159
| **Exclusive/Experimental Toolchains** | Beta/Experimental | None |
160160

161161

@@ -290,12 +290,18 @@ Thank you,
290290

291291
[cc-stretch-630]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Stretch/GCC%206.3.0/
292292
[cc-stretch-920]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Stretch/GCC%209.2.0/
293+
[cc-stretch-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Stretch/GCC%209.3.0/
293294
[cc-buster-830]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%208.3.0/
294295
[cc-buster-920]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%209.2.0/
296+
[cc-buster-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Buster/GCC%209.3.0/
295297
[nc-stretch-920]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Stretch/
296298
[nc-buster-920]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Buster/
299+
[nc-stretch-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Stretch/
300+
[nc-buster-930]:https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Native-Compiler%20Toolchains/Buster/
297301
[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/
298302
[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/
299303
[cc-64-920]: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.2.0/
304+
[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/
300305
[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/
301-
[nc-64-920]: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.2.0/
306+
[nc-64-920]: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.2.0/
307+
[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/

build-scripts/CI/CIBB_32b

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fi
119119

120120
#pre-defined params
121121
TARGET=arm-linux-gnueabihf
122-
GDB_VERSION=8.3.1
122+
GDB_VERSION=9.1
123123

124124
#validate env variables
125125
if ! [[ "$GCC_VERSION" =~ ^(6.3.0|8.3.0)$ ]]; then exit 1 ; fi

build-scripts/CI/CIBB_64b

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ FOLDER_VERSION=64
102102
KERNEL=kernel7
103103
ARCH=armv8-a+fp+simd
104104
TARGET=aarch64-linux-gnu
105-
GDB_VERSION=8.3.1
105+
GDB_VERSION=9.1
106106

107107

108108
#validate env variables

build-scripts/CI/CICTB_32b

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ helpfunction()
4242
echo ""
4343
echo ""
4444
echo "Usage: $0 -g [GCC version] -r [Target Pi type] -o [Target Pi OS type]"
45-
echo -e "\t-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0)"
45+
echo -e "\t-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.3.0)"
4646
echo -e "\t-r What's yours Target Raspberry Pi type?: (0-1|2-3|3+)"
4747
echo -e "\t-o What's yours Target Raspberry Pi OS type?: (stretch|buster)"
4848
echo ""
@@ -115,7 +115,7 @@ fi
115115

116116
#pre-defined params
117117
TARGET=arm-linux-gnueabihf
118-
GDB_VERSION=8.3.1
118+
GDB_VERSION=9.1
119119

120120
#validate env variables
121121
if ! [[ "$GCCBASE_VERSION" =~ ^(6.3.0|8.3.0)$ ]]; then exit 1 ; fi

build-scripts/CI/CICTB_64b

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ helpfunction()
4141
echo ""
4242
echo ""
4343
echo "Usage: $0 -g [GCC version] -t [Target OS type]"
44-
echo -e "\t-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0)"
44+
echo -e "\t-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.3.0)"
4545
echo -e "\t-t What's yours Target OS type?: (1|2) [default:1]"
4646
echo ""
4747
echo ""
@@ -100,7 +100,7 @@ fi
100100
FOLDER_VERSION=64
101101
ARCH=armv8-a+fp+simd
102102
TARGET=aarch64-linux-gnu
103-
GDB_VERSION=8.3.1
103+
GDB_VERSION=9.1
104104

105105

106106
#validate env variables

build-scripts/CI/CINTB_32b

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ helpfunction()
4242
echo ""
4343
echo ""
4444
echo "Usage: $0 -g [GCC version] -r [Target Pi type] -o [Target Pi OS type]"
45-
echo -e "\t-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0)"
45+
echo -e "\t-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.3.0)"
4646
echo -e "\t-r What's yours Target Raspberry Pi type?: (0-1|2-3|3+)"
4747
echo -e "\t-o What's yours Target Raspberry Pi OS type?: (stretch|buster)"
4848
echo ""
@@ -105,7 +105,7 @@ fi
105105

106106
#pre-defined params
107107
TARGET=arm-linux-gnueabihf
108-
GDB_VERSION=8.3.1
108+
GDB_VERSION=9.1
109109

110110
#validate env variables
111111
if ! [[ "$FOLDER_VERSION" =~ ^(0|1|2)$ ]]; then exit 1 ; fi

0 commit comments

Comments
 (0)