diff --git a/docs/base-gcc.md b/docs/base-gcc.md index 197fb98..0ff3931 100644 --- a/docs/base-gcc.md +++ b/docs/base-gcc.md @@ -72,15 +72,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/cross-gcc-buster.md b/docs/cross-gcc-buster.md index effd4e0..4da829d 100644 --- a/docs/cross-gcc-buster.md +++ b/docs/cross-gcc-buster.md @@ -70,15 +70,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/cross-gcc-stretch.md b/docs/cross-gcc-stretch.md index f447e37..279554d 100644 --- a/docs/cross-gcc-stretch.md +++ b/docs/cross-gcc-stretch.md @@ -72,15 +72,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/cross-gcc.md b/docs/cross-gcc.md index 44033ab..dbabbdc 100644 --- a/docs/cross-gcc.md +++ b/docs/cross-gcc.md @@ -71,15 +71,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/cross-gcc64-buster.md b/docs/cross-gcc64-buster.md index b5b814b..649b13a 100644 --- a/docs/cross-gcc64-buster.md +++ b/docs/cross-gcc64-buster.md @@ -70,15 +70,16 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | + **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/cross-gcc64-stretch.md b/docs/cross-gcc64-stretch.md index 66ed9ff..827049e 100644 --- a/docs/cross-gcc64-stretch.md +++ b/docs/cross-gcc64-stretch.md @@ -70,15 +70,16 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | + **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/desktop-gcc-x86.md b/docs/desktop-gcc-x86.md index d1d22d0..6fac5bf 100644 --- a/docs/desktop-gcc-x86.md +++ b/docs/desktop-gcc-x86.md @@ -70,15 +70,16 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | + diff --git a/docs/desktop-gcc-x86_64.md b/docs/desktop-gcc-x86_64.md index 78f965e..4d7aec9 100644 --- a/docs/desktop-gcc-x86_64.md +++ b/docs/desktop-gcc-x86_64.md @@ -71,15 +71,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/desktop-gcc.md b/docs/desktop-gcc.md index 79dbbdd..7c90d9f 100644 --- a/docs/desktop-gcc.md +++ b/docs/desktop-gcc.md @@ -71,15 +71,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/exp-gcc.md b/docs/exp-gcc.md index 71745df..598d372 100644 --- a/docs/exp-gcc.md +++ b/docs/exp-gcc.md @@ -103,15 +103,15 @@ Here's a reference table for various CI generated OS targetted precompiled Toolc | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | ------------------------- diff --git a/docs/gcc64.md b/docs/gcc64.md index 9c9bb05..a29fd8e 100644 --- a/docs/gcc64.md +++ b/docs/gcc64.md @@ -71,15 +71,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/native-gcc-buster.md b/docs/native-gcc-buster.md index 65a092b..02b4939 100644 --- a/docs/native-gcc-buster.md +++ b/docs/native-gcc-buster.md @@ -73,15 +73,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/native-gcc-stretch.md b/docs/native-gcc-stretch.md index 7a91009..4fbf37b 100644 --- a/docs/native-gcc-stretch.md +++ b/docs/native-gcc-stretch.md @@ -71,15 +71,16 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | + diff --git a/docs/native-gcc.md b/docs/native-gcc.md index 6312f0c..8d6ac71 100644 --- a/docs/native-gcc.md +++ b/docs/native-gcc.md @@ -70,15 +70,16 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | + diff --git a/docs/native-gcc64-buster.md b/docs/native-gcc64-buster.md index 34dff50..56269da 100644 --- a/docs/native-gcc64-buster.md +++ b/docs/native-gcc64-buster.md @@ -71,15 +71,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/native-gcc64-stretch.md b/docs/native-gcc64-stretch.md index 862cd6f..bf8e8e3 100644 --- a/docs/native-gcc64-stretch.md +++ b/docs/native-gcc64-stretch.md @@ -71,15 +71,15 @@ This project now utilizes powerful [**Github Actions**][git-action] CI(Continuou | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | **Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ diff --git a/docs/root-gcc.md b/docs/root-gcc.md index 40a5a47..8e31cbe 100644 --- a/docs/root-gcc.md +++ b/docs/root-gcc.md @@ -84,15 +84,18 @@ Here's a reference table for various CI generated OS targetted precompiled Toolc | Toolchains | Host OS | Target OS | Current Status | Precompiled GCC versions available | | :---------- | :--------: | :-------: | :--------: | :------------------------: | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Stretch)** | Stretch **32-bit OS** (Debian Version 9) only | Stretch **32-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC Native-Compiler Toolchains (Buster)** | Buster **32-bit OS** (Debian Version 10) only | Buster **32-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Stretch)** | any x64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 6.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains (Buster)** | any x64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 8.3.0, 9.3.0, 10.2.0| -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Stretch)** | Stretch **64-bit OS** (Debian Version 9) only | Stretch **64-bit OS** (Debian Version 9) only | Stable/Production | 9.3.0, 10.2.0 | -| **Raspberry Pi GCC 64-Bit Native-Compiler Toolchains (Buster)** | Buster **64-bit OS** (Debian Version 10) only | Buster **64-bit OS** (Debian Version 10) only | Stable/Production | 9.3.0, 10.2.0 | -| **Exclusive/Experimental Toolchains** | x86/x86_64 Pi Desktop | x86/x86_64 Pi Desktop | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Stretch) | any x86_64/x86 Linux machine | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 6.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 64-Bit **Cross-Compiler** Toolchains (Buster) | any x86_64/x86 Linux machine | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 8.3.0, 9.3.0, 10.2.0| +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **32-bit OS** (Debian Version 9) | Stretch **32-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 32-Bit **Native-Compiler** Toolchains (Buster) | Buster **32-bit OS** (Debian Version 10) | Buster **32-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Stretch) | Stretch **64-bit OS** (Debian Version 9) | Stretch **64-bit OS** (Debian Version 9) | Stable/Production | 9.3.0, 10.2.0 | +| Raspberry Pi GCC 64-Bit **Native-Compiler** Toolchains (Buster) | Buster **64-bit OS** (Debian Version 10) | Buster **64-bit OS** (Debian Version 10) | Stable/Production | 9.3.0, 10.2.0 | +| Exclusive/Experimental **Desktop** Toolchains | x86/x86_64 Pi **Desktop** OS | x86/x86_64 Pi **Desktop** OS | Beta/Experimental | 10.2.0 (x86), 10.2.0 (x86_64) | + + +**Tip:** _To get the location of each Binary of this project on SourceForge, you can also check out [this Reference Tree](https://github.com/abhiTronix/raspberry-pi-cross-compilers/wiki/Toolchain-Binaries-Reference-Tree#toolchain-binaries-reference-tree)._ -------------------------