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: build-scripts/README.md
+30-24Lines changed: 30 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -109,19 +109,22 @@ You can run these bash scripts to manually compile any GCC toolchains version th
109
109
* **Usage parameters:** This script requires a few command-line parameters, just run `./RTBuilder_32b` on terminal:
110
110
111
111
```shellsession
112
-
Usage: ./RTBuilder_32b -g [GCC version] -r [Target Pi type] -o [Target Pi OS type]
113
-
-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|8.4.0|9.1.0|9.2.0|9.3.0|10.1.0|10.2.0)
114
-
-r What's yours Raspberry Pi type?: (0-1|2-3|3+)
115
-
-o What's yours Raspberry Pi OS type?: (stretch|buster)
112
+
113
+
Usage: ./RTBuilder_64b -g [GCC version] -o [Target Pi OS type] -V
114
+
-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|10.1.0|10.2.0)
115
+
-o What's yours Target Raspberry Pi OS type?: (stretch|buster)
116
+
-V Verbose output for debugging?
117
+
116
118
```
117
119
118
120
* **Usage:** Just pass _targeted [GCC version](#supported-gcc-versions)_ to `-g` parameter, _targeted raspberry pi type_ to `-r` parameter, and _targeted raspberry pi OS type_ to `-o` parameter of this script:
119
121
120
122
***:warning: You must NOT compile GCC version [less than GCC 8.3.0 for Buster OS](#supported-gcc-versions), otherwise script will automatically switch to build for Stretch OS.***
0 commit comments