Skip to content

[ci] Upgrade to GCC14 #1266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

Conversation

salkinium
Copy link
Member

@salkinium salkinium commented May 18, 2025

Let's see what breaks…

  • avr-gcc 14 now delegates __atomic_test_and_set to the library: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280
  • avr-gcc 14 seems to have a size regression and overflows the unittests for the Arduino Uno and Nano. This is not an issue for us, since the unittests still fit in their entirety on the ATMega2560.
  • Windows arm-none-eabi-gcc weirdness.

@salkinium salkinium force-pushed the feature/gcc14 branch 7 times, most recently from abd9903 to bbeb2f4 Compare May 19, 2025 21:12
@salkinium salkinium force-pushed the feature/gcc14 branch 4 times, most recently from 3ebf4aa to 2e15110 Compare May 20, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant