Releases: abhiTronix/raspberry-pi-cross-compilers
Releases · abhiTronix/raspberry-pi-cross-compilers
v3.1.1-alpha3
Full Changelog: v3.1.1-alpha2...v3.1.1-alpha3
v3.1.1-alpha2
Full Changelog: v3.1.1-alpha...v3.1.1-alpha2
v3.1.1-alpha
Full Changelog: v3.1.0...v3.1.1-alpha
v3.1.0
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. ❤️.
Also please share your thoughts or just drop a 🌟.
Full Changelog: v3.0.9...v3.1.0
v3.1.0-alpha
Bug-Fix
🐛 Critical Bug Fixed #90
v3.0.9
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
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
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
Maintenance: 🔨
- Modified run logic for
CIBB_32b
andCIBB_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
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.