|
1 | 1 | <table align="center"><tr><td align="center" width="100%">
|
2 |
| -<img alt="GCC Pi Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/Raspberrypi_GCC_sourceforge.jpg"> |
| 2 | +<img alt="GCC Pi Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/logo/GCCz2.jpg"> |
3 | 3 |
|
4 | 4 | [](https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/latest/download)
|
5 | 5 | [](https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/master/LICENSE)
|
|
13 | 13 | * Available Raspberry Pi GCC compilers binaries are as follows:
|
14 | 14 | * **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*).
|
15 | 15 | * **Cross GCC Compilers:** can be used with any Linux Distributions(*32-bit/64-bit*) for cross-compiling programs for your Raspberry Pi machine.
|
| 16 | +* **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). |
16 | 17 | * All these compilers binaries are Raspberry Pi hardware-optimized with enhanced overall performance.
|
17 | 18 |
|
18 | 19 |
|
|
23 | 24 | - *Separate binaries and [flags](https://github.com/abhiTronix/raspberry-pi-cross-compilers/tree/dev#supported-optimization-flags) for each Raspberry Pi Model(including Compute Module)*
|
24 | 25 | - *Ridiculously low installation time(few mins)*
|
25 | 26 | - *Latest [**GCC 9.1.0**](https://gcc.gnu.org/gcc-9/) binary available*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
26 |
| -- *Exclusive **AArch64** Binaries for Raspberry Pi 64-Bit OS flavors*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/> |
| 27 | +- *Exclusive **AArch64/ARM64** Binaries for Raspberry Pi 64-Bit OS flavors*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/> |
27 | 28 | - *Inbuilt [latest GDB Debugger](https://www.gnu.org/software/gdb/download/ANNOUNCEMENT) for Cross Compilers*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
28 | 29 | - *Best Cross-Compiler CMAKE Compatibility*
|
29 | 30 | - *OpenMP 5, C++2A, C2X, C++17 standard support (Default Raspberry pi GCC 6.3.0 lacks it) and other [latest changes](https://www.phoronix.com/scan.php?page=news_item&px=GCC-9.1-Compiler-Released)* <img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
|
|
0 commit comments