Skip to content

Commit 47c0e09

Browse files
authored
Released v2.8 Toolchains
- Removed HardCoded Paths bugs from Native Compiler Toolchains - Added InBuilt GDB Binaries for Debugging. - Updated Wiki
1 parent aa41e94 commit 47c0e09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
* 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.
1212
* **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.
1313

14-
* This repository provides **Free-Standing Standalone Cross-Compiler Toolchains** that gives a common setup for everyone, the same standardized headers with **no hardcoded paths**, and therefore same solutions for everyone.
14+
* This repository provides a similar standardized headers **Hardcoded paths Free Standalone Compiler Toolchains (Both Native & Cross)**, and therefore same solutions for everyone.
1515

1616
* Available Raspberry Pi GCC compilers binaries are as follows:
1717
* **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*).
1818
* **Cross GCC Compilers:** can be used with any Linux Distributions(*32-bit/64-bit*) for cross-compiling programs for your Raspberry Pi machine.
1919

20-
* **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).
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).
2121
* All these compilers binaries are Raspberry Pi hardware-optimized that enhances overall performance.
2222

2323
 
2424

2525
## Features
2626
#### What makes these Raspberry Pi GCC Toolchains special?
2727
- *Raspberry pi hardware-optimized GCC Standalone ARM Binaries*
28-
- *Hardcoded paths free Cross-Compiler, just use directly* <img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
28+
- *Hardcoded paths free Cross & Native Compilers, just use directly* <img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
2929
- *Separate binaries for each Raspberry Pi Model(including Compute modules)*
3030
- *Ridiculously low installation time(few mins)*
31-
- *Tar Compressed*
31+
- *Small-Sized Tar Compressed binaries with maximum possible compression level*
3232
- *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"/>
3333
- *Exclusive **AArch64/ARM64** Binaries for Raspberry Pi 64-Bit OS flavors*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
34-
- *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"/>
34+
- *Inbuilt [latest GDB Debugger](https://www.gnu.org/software/gdb/download/ANNOUNCEMENT) for both Cross & Native Compilers*<img src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/new.gif"/>
3535
- *Excellent Cross-Compiler CMAKE Compatibility*
3636
- *Link-time-optimization (LTO) enabled*
3737
- *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

Comments
 (0)