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
<aalign="center"> **Up-to-date PreBuilt GCC Cross & Native Compiler ARM Standalone Toolchains optimized for Raspberry Pi**</a>
9
9
</td></tr></table>
10
10
11
-
* This project contains **UpToDate PreBuilt Raspberry pi optimized GCC Cross & Native Compilers Toolchains** that can save you tons of time and energy(*no compiling and error handling required whatsoever*) & thereby helps you get quickly started with Pi development.
11
+
* This project contains **UpToDate PreBuilt Raspberry pi optimized GCC Cross & Native Compilers ARM Toolchains** that can save you tons of time and energy(*no compiling and error handling required whatsoever*) & thereby helps you get quickly started with ARM development.
12
12
***Enjoy latest GCC complete functionality on your Raspberry Pi machine in just three easy steps - [Download, Extract and Link](https://github.com/abhiTronix/raspberry-pi-cross-compilers#toolchain-installation-extracting--linking--testing-).** Ideal for immediate use by developers.
13
13
14
-
* This repository provides a similar standardized headers **Hardcoded paths Free Standalone Compiler Toolchains (Both Native & Cross)**, and therefore same solutions for everyone.
14
+
* This repository provides a similar standardized headers **Hardcoded paths Free Standalone Compiler ARM Toolchains (Both Native & Cross)**, and therefore same solutions for everyone.
15
15
16
16
* Available Raspberry Pi GCC compilers binaries are as follows:
17
17
***Native GCC Compilers:** can be used with any Raspberry Pi OS flavors(*32-bit/64-bit*). It can be use beside old default Raspbian GCC 6.3.0 that lacks some major features(*such as C++17 support*).
18
-
***Cross GCC Compilers:** can be used with any Linux Distributions(*32-bit/64-bit*) for cross-compiling programs for your Raspberry Pi machine.
18
+
***Cross GCC Compilers:** can be used with any Linux Distributions(*32-bit/64-bit*) for cross-compiling programs for your Raspberry Pi/ARM machine.
19
19
20
20
* The **ARM64 (*aka AArch64*)** is a popular platform that is currently experiencing growth in developer mind-share. This project now provides exclusive [64-bit ARM64 Raspberry Pi GCC Toolchains](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki#bonus-64-bit-arm64-gcc-compilers-toolchains).
21
-
* All these compilers binaries are Raspberry Pi hardware-optimized that enhances overall performance.
21
+
****All these compilers binaries are Raspberry Pi hardware-optimized but can work with [any other ARM device(such as android, iot)](http://www.keil.com/dd/chips//arm.htm) with similiar harware.***
#### Pre-built standalone compressed GCC Toolchains binary can be easily be downloaded from [*Sourceforge*](https://sourceforge.net/projects/raspberry-pi-cross-compilers) by visiting following link:
53
54
@@ -78,18 +79,18 @@ _Also, don't forget to share your [**views**](https://sourceforge.net/projects/r
- All Raspberry Pi hardware/versions/models are currently supported.
83
-
- Any other ARM Devicewith similar Hardware architecture may also work.
84
+
- Any other ARM Device(such as android, iot) with similar Hardware architecture(see [Optimization Flags](#supported-optimization-flags)) should also work.
84
85
85
86
### Supported Languages(full functionality):
86
87
- C++
87
88
- Fortran
88
89
- C
89
90
- Ask for any other Language support [here](https://github.com/abhiTronix/raspberry-pi-cross-compilers/issues)
90
91
91
-
### Supported Optimization Flags:
92
-
These GCC compilers can optimize code by taking advantage of CPU specific features using these inbuilt LTO flags:
92
+
### Optimization Flags Involved:
93
+
These GCC toolchains can optimize code by taking advantage of your CPU specific features with these LTO flags:
93
94
94
95
|Board|Optimation Flags|
95
96
|---|---|
@@ -100,8 +101,12 @@ These GCC compilers can optimize code by taking advantage of CPU specific featur
100
101
101
102
102
103
103
-
## Contributing and license
104
-
You are welcome to contribute with *[suggestions, feature requests and pull requests](https://github.com/abhiTronix/raspberry-pi-cross-compilers/pulls).*
104
+
## Contributing
105
+
106
+
You are welcome to contribute with *[suggestions, feature requests](https://github.com/abhiTronix/raspberry-pi-cross-compilers/issues).*
0 commit comments