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
@@ -105,7 +105,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
105
105
106
106
* **Usage parameters:** This script requires a few command-line parameters, just run `./RTBuilder_32b` on terminal:
107
107
108
-
```bash
108
+
```shellsession
109
109
Usage: ./RTBuilder_32b -g [GCC version] -r [Target Pi type] -o [Target Pi OS type]
110
110
-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)
111
111
-r What's yours Raspberry Pi type?: (0-1|2-3|3+)
@@ -119,7 +119,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
119
119
120
120
***:warning: You must NOT compile GCC version less than GCC 8.3.0 for Buster OS, otherwise script will automatically switch to build for Stretch OS.***
121
121
122
-
```bash
122
+
```shellsession
123
123
chmod +x RTBuilder_32b
124
124
./RTBuilder_32b -g "9.2.0" -r "2-3" -o "buster"
125
125
@@ -134,7 +134,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
134
134
135
135
* **Usage parameters:** This script requires few command-line parameters, just run `./RTBuilder_64b`:
0 commit comments