Skip to content

Releases: abhiTronix/raspberry-pi-cross-compilers

v3.1.1-alpha3

31 Aug 19:34
Compare
Choose a tag to compare
v3.1.1-alpha3 Pre-release
Pre-release

v3.1.1-alpha2

31 Aug 12:21
Compare
Choose a tag to compare
v3.1.1-alpha2 Pre-release
Pre-release

v3.1.1-alpha

31 Aug 09:06
Compare
Choose a tag to compare
v3.1.1-alpha Pre-release
Pre-release

Full Changelog: v3.1.0...v3.1.1-alpha

v3.1.0

31 Aug 07:36
Compare
Choose a tag to compare

What's Changed

  • Update toolchain support for newer GCC versions and Support for Raspberry Pi OS Bookworm 🪱 by @abhiTronix in #119

If these binaries helped you big time, please consider supporting it through any size donations. ❤️.

Donate

Buy Me a Coffee at ko-fi.com

Also please share your thoughts or just drop a 🌟.


Full Changelog: v3.0.9...v3.1.0

v3.1.0-alpha

12 Dec 12:14
Compare
Choose a tag to compare
v3.1.0-alpha Pre-release
Pre-release

Bug-Fix

🐛 Critical Bug Fixed #90

v3.0.9

05 Dec 09:58
Compare
Choose a tag to compare

Full Changelog: v3.0.8...master

Critical bug-fix for Bullseye Toolchains

  • Added workflow to directly download patch Glibc 2.31 source from git
  • Fixed critical GCC 10.2.0 PATH_MAX undefined bug
  • Fixed environment variables typos
  • Replace curl with wget
  • Added missing docs files.

v3.0.8

29 Nov 01:46
Compare
Choose a tag to compare

Full Changelog: v3.0.7...v3.0.8

Added support for Raspbian Bullseye OS(Debian 11) ARM/ARM64 Raspberry Pi Toolchains:

  • Added GCC version 10.2.0 as Bullseye toolchains base.
  • Added Binutils version 2.35.2 as Bullseye toolchains base.
  • Added GLIBC version 2.31 as Bullseye toolchains base.
  • Updated User and CI bash scripts.
  • Updated Binary and Docs Sourceforge deployer.
  • Updated complete Docs and links.
  • Remove obsolete GCC versions from docs.
  • Updated GitHub action workflows.
  • Added workflow to update Bullseye Toolchains docs.
  • Added patch to disable GCC 10.2.0 builds for non-Bullseye OSes.

v3.0.8-alpha2

12 Oct 04:31
Compare
Choose a tag to compare
v3.0.8-alpha2 Pre-release
Pre-release

Major bugs fixed 🐛

  • Fixed GCC_VERSION variable not available for 32-bit binaries in SF_Deployer bash script.
  • Added GCC_VERSION variable to 32-bit cross compiler bash scripts.
  • Removed old comparison behavior in 64-bit cross compiler bash scripts.
  • Added GCC_VERSION to CI workflow matrix.
  • Removed redundant code and CI workflow runs.

v3.0.8-alpha1

11 Oct 17:20
Compare
Choose a tag to compare
v3.0.8-alpha1 Pre-release
Pre-release

Maintenance: 🔨

  • Modified run logic for CIBB_32b and CIBB_64b scripts workflows.
  • Enabled exit with error if compressed file not present after toolchain compilation.
  • Fixed GCC version bug in CIBB_64b script.

v3.0.8-alpha

11 Oct 12:00
Compare
Choose a tag to compare
v3.0.8-alpha Pre-release
Pre-release

Bugs fixes 🐛

  • Replaced linux kernel tar release download and extraction with git clone.
  • Updated Kernel config to kernel8 in 64-bit toolchains.
  • Restricted release type to published only.
  • Added git dependency in CI.