I'm thinking of migrating from bare metal to a full toolchain with standard GCC aarch64 prefix (aarch64-linux-gnu-gcc). I'm trying to enforce this as many distros have glibc issues, so providing a full toolchain built using my script should theoretically fix it. What do you guys think about it?
β€5π±3π₯1
To use my gcc from now on, make sure you're running a newer distro that has atleast glibc v2.35.
Y'all wanna use bleeding edge gcc but not a newer and updated stable distro smh.
π1
LLD has been bumped to 16.0.0 and GCC is at 13.0.0
Updated after months of broken GitHub actions.
Updated after months of broken GitHub actions.
π±1
For my fellow old distro users (seriously upgrade your distros ffs)
Here's a fork with older glibc
https://github.com/Dhruvgera/EvaGCC-arm64
https://github.com/Dhruvgera/EvaGCC-arm
Here's a fork with older glibc
https://github.com/Dhruvgera/EvaGCC-arm64
https://github.com/Dhruvgera/EvaGCC-arm
π1
Forwarded from Phoronix News
Phoronix
GCC 13 Ends Stage 1 Development, Moves To Bug Fixing Phase
As of Monday the GCC 13 compiler has concluded its stage one feature development and has progressed onto stage three that now just focuses on bug fixing...
GCC 13 Ends Stage 1 Development, Moves To Bug Fixing Phase
As of Monday the GCC 13 compiler has concluded its stage one feature development and has progressed onto stage three that now just focuses on bug fixing...
Phoronix
GCC 13 Ends Stage 1 Development, Moves To Bug Fixing Phase
As of Monday the GCC 13 compiler has concluded its stage one feature development and has progressed onto stage three that now just focuses on bug fixing.
Happy New year GCC Chads! Hope y'all have an epic year without many compile errors!
β€1
Forwarded from Phoronix News
Phoronix
GCC 13.1 Compiler Likely Releasing Next Week
The GNU Compiler Collection 13 codebase has no more P1 bugs, which are regressions of the highest priority, and as such the GCC 13 codebase was branched today with plans of issuing GCC 13.1-rc1 likely in the next day and hopefully releasing GCC 13.1 as the first stable release of the GCC 13 series next week...
GCC 13.1 Compiler Likely Releasing Next Week
The GNU Compiler Collection 13 codebase has no more P1 bugs, which are regressions of the highest priority, and as such the GCC 13 codebase was branched today with plans of issuing GCC 13.1-rc1 likely in the next day and hopefully releasing GCC 13.1 as the first stable release of the GCC 13 series next week...
Phoronix
GCC 13.1 Compiler Likely Releasing Next Week
The GNU Compiler Collection 13 codebase has no more P1 bugs, which are regressions of the highest priority, and as such the GCC 13 codebase was branched today with plans of issuing GCC 13.1-rc1 likely in the next day and hopefully releasing GCC 13.1 as theβ¦
eva gcc will undergo a release change. I am working on releasing toolchain binaries as tarballs rather than a git repository as it is increasing massively in size with updates (the repository is about ~11gb in size now).
I will be posting about the release changes on this channel.
I will be posting about the release changes on this channel.
π±6π1π₯1
GCC will be bumped to 15.x starting November 19.
The final feature inclusions will happen during this 1 month.
So eva gcc 15.x soon bois.
The final feature inclusions will happen during this 1 month.
So eva gcc 15.x soon bois.
LLD has been bumped to 19.x as of commit 8ed3826
GitHub
Import ARM64 GCC 20240125 Β· mvaisakh/gcc-arm64@8ed3826
Build completed on: Thu Jan 25 08:42:11 IST 2024
Configuration: Using built-in specs.
COLLECT_GCC=./bin/aarch64-elf-gcc
COLLECT_LTO_WRAPPER=/__w/gcc-build/gcc-arm64/bin/../libexec/gcc/aarch64-elf/...
Configuration: Using built-in specs.
COLLECT_GCC=./bin/aarch64-elf-gcc
COLLECT_LTO_WRAPPER=/__w/gcc-build/gcc-arm64/bin/../libexec/gcc/aarch64-elf/...
Eva GCC Build script is undergoing major changes to release method. Please do not fork the repo at this moment.
