Skip to content
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

Upgrade Arm GNU toolchain and GCC to version 13 #66

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Conversation

wassr
Copy link
Member

@wassr wassr commented Jul 30, 2024

Fixes #49

@wassr wassr self-assigned this Jul 30, 2024
@wassr
Copy link
Member Author

wassr commented Jul 30, 2024

Upgrades:

  • Arm GNU toolchain 12.2 → 13.3
  • gcc/g++ 12 → 13
  • Catch2 3.1.0 → 3.3.0
  • clang-tidy-cache

Catch2 needed to be upgraded to work with GCC 13 and gcov was also fixed to its version from GCC 13 to avoid ambiguous versions.

Currently, throws errors when building COBC SW.

@wassr
Copy link
Member Author

wassr commented Aug 18, 2024

IWYU only added support for Clang 18 in version 0.22.

@wassr wassr marked this pull request as ready for review August 18, 2024 20:03
@PatrickKa
Copy link
Contributor

PatrickKa commented Dec 13, 2024

This PR and the related issue are only about upgrading the Arm GNU toolchain and GCC, not about the clang tools, so I reset that part.

The build errors are not from GCC but from clang-tidy, and can be fixed by adding the command line option --extra-arg=-fsized-deallocation to clang-tidy.

@PatrickKa PatrickKa changed the title Upgrade Arm GNU Toolchain and GCC to version 13 Upgrade ARM GNU Toolchain and GCC to version 13 Dec 13, 2024
@PatrickKa PatrickKa changed the title Upgrade ARM GNU Toolchain and GCC to version 13 Upgrade Arm GNU Toolchain and GCC to version 13 Dec 13, 2024
@PatrickKa PatrickKa changed the title Upgrade Arm GNU Toolchain and GCC to version 13 Upgrade Arm GNU toolchain and GCC to version 13 Dec 13, 2024
@PatrickKa PatrickKa merged commit dd4b301 into master Dec 13, 2024
1 check passed
@PatrickKa PatrickKa deleted the gnu-arm-13 branch December 13, 2024 22:26
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.

Upgrade Arm GNU toolchain to version 13
2 participants