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
@@ -815,10 +815,8 @@ This Project source-code and its precompiled binaries are licensed under the [**
815
815
816
816
# Acknowledgments
817
817
818
-
Thank you,
819
-
820
818
- This document is insipired by [Qt-Instructions for Raspberry Pi 4](https://github.com/UvinduW/Cross-Compiling-Qt-for-Raspberry-Pi-4). Huge thanks to @UvinduW.
821
-
-[QT framework](https://www.qt.io/), for providing the source files
819
+
-Thank you [QT framework](https://www.qt.io/), for providing the source files
### Open source is awesome [](https://github.com/abhiTronix/raspberry-pi-cross-compilers)
28
+
29
29
30
30
This project now provides user-friendly open-sourced bash build-scripts that auto-generates Compressed Cross & Native GCC ARM/ARM64 Toolchain binaries targeting Raspberry Pi 32-bit & 64-bit OSes. If you need additional language support or need to compile another suitable GCC version toolchains for your Raspberry Pi, then you can manually compile any GCC toolchains by running suitable build-scripts yourself through your system terminal.
31
31
@@ -35,7 +35,7 @@ This project now provides user-friendly open-sourced bash build-scripts that aut
35
35
36
36
### RTBuilder_64b: Raspberry Pi Toolchains Builder 64-bit
37
37
38
-
* This script auto-generates Compressed Cross & Native GCC ARM64 Toolchain binaries targeting any Raspberry Pi 64-bit (like Pi64) OSes.
38
+
* This script auto-generates Compressed Cross & Native GCC ARM64 Toolchain binaries targeting any Raspberry Pi 64-bit Stretch(Debian 9) & Buster(Debian 10) OSes.
39
39
40
40
41
41
@@ -103,7 +103,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
103
103
104
104
3. **Run scripts:**
105
105
106
-
### `RTBuilder_32b`: Raspberry Pi Toolchains Builder 32-bit
106
+
### [`RTBuilder_32b`](#): Raspberry Pi Toolchains Builder 32-bit
107
107
108
108
109
109
* **Usage parameters:** This script requires a few command-line parameters, just run `./RTBuilder_32b` on terminal:
@@ -129,11 +129,13 @@ You can run these bash scripts to manually compile any GCC toolchains version th
129
129
130
130
```
131
131
132
-
*This will take some time _(approximately 55mins on 8cores)_, so grab a coffee :coffee:. On returning you will find `native-gcc-{GCC_VERSION}-pi_{PI_TYPE}.tar.gz` and `cross-gcc-{GCC_VERSION}-pi_{PI_TYPE}.tar.gz` at your `$HOME` directory.*
132
+
This will take some time _(approximately 55mins on 8cores)_, so grab a coffee :coffee:. On returning you will find `native-gcc-{GCC_VERSION}-pi_{PI_TYPE}.tar.gz` and `cross-gcc-{GCC_VERSION}-pi_{PI_TYPE}.tar.gz` at your `$HOME` directory.
133
+
133
134
135
+
 
134
136
135
137
136
-
### `RTBuilder_64b`: Raspberry Pi Toolchains Builder 64-bit
138
+
### [`RTBuilder_64b`](#): Raspberry Pi Toolchains Builder 64-bit
137
139
138
140
139
141
* **Usage parameters:** This script requires few command-line parameters, just run `./RTBuilder_64b`:
@@ -157,7 +159,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
157
159
158
160
```
159
161
160
-
*This will take some time _(approximately 55mins on 8cores)_, so grab a coffee :coffee:. On returning you will find `native-gcc-{GCC_VERSION}-pi_64.tar.gz` and `cross-gcc-{GCC_VERSION}-pi_64.tar.gz` at your `$HOME` directory.*
162
+
This will take some time _(approximately 55mins on 8cores)_, so grab a coffee :coffee:. On returning you will find `native-gcc-{GCC_VERSION}-pi_64.tar.gz` and `cross-gcc-{GCC_VERSION}-pi_64.tar.gz` at your `$HOME` directory.
0 commit comments