Skip to content

Force use of GCC 14 on Linux - #293

Merged
PeterJohnson merged 5 commits into
wpilibsuite:mainfrom
PeterJohnson:force-gcc-14
Jul 31, 2026
Merged

Force use of GCC 14 on Linux#293
PeterJohnson merged 5 commits into
wpilibsuite:mainfrom
PeterJohnson:force-gcc-14

Conversation

@PeterJohnson

Copy link
Copy Markdown
Member

There are ABI breaks between GCC 14 and 16 (e.g. std::format), and our distributed binaries are built with 14 (Debian Trixie), so to avoid breaks on systems with newer compiler versions installed, require GCC 14 specifically.

There are ABI breaks between GCC 14 and 16 (e.g. std::format), and our
distributed binaries are built with 14 (Debian Trixie), so to avoid breaks
on systems with newer compiler versions installed, require GCC 14 specifically.
@samfreund

Copy link
Copy Markdown
Contributor

You gotta bump the plugin version too, lol

sciencewhiz added a commit to sciencewhiz/frc-docs that referenced this pull request Jul 31, 2026
GCC 14 required by wpilibsuite/native-utils#293
Update roboRIO to Systemcore
@PeterJohnson

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ba6d1b8c23

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

PeterJohnson pushed a commit to wpilibsuite/allwpilib that referenced this pull request Jul 31, 2026
GCC 14 required by wpilibsuite/native-utils#293
Xcode 15.3 required for std::format support
VS 2026 required for C++23 features
@PeterJohnson
PeterJohnson merged commit d5e7a4f into wpilibsuite:main Jul 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants