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

Merged
merged 2 commits into from
May 21, 2025
Merged

[ci] Upgrade to GCC14 #1266

merged 2 commits into from
May 21, 2025

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 14 has a different unzip folder structure, it unzips directly into the folder, instead of a subfolder, causing the /bin path not to be correct.

@salkinium salkinium force-pushed the feature/gcc14 branch 16 times, most recently from aaacecf to 82df52b Compare May 21, 2025 21:07
@salkinium salkinium merged commit a0b8633 into modm-io:develop May 21, 2025
12 checks passed
@salkinium salkinium deleted the feature/gcc14 branch May 21, 2025 21:53
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