Skip to content

[Feature Request] Provide a much more up-to-date compiler (at least GCC 12) #149

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

Open
aentinger opened this issue Sep 25, 2023 · 2 comments
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

Comments

@aentinger
Copy link
Contributor

This core (as well as many other Arduino cores) ships with GCC 7.2.1 20170904.

~/.arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-g++ --version
arm-none-eabi-g++ (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 7.2.1 20170904 (release) [ARM/embedded-7-branch revision 255204]

Meanwhile arduino-pico uses GCC 12 and stm32duino uses GCC 10 (at least).

I suggest updating tooling to GCC 12.

@aentinger aentinger changed the title [Feature Request] Provide a much more up-to-date compiler [Feature Request] Provide a much more up-to-date compiler (at least GCC 12) Sep 25, 2023
@Fashion-Corp
Copy link

Fashion-Corp commented Sep 25, 2023 via email

@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Sep 25, 2023
@aentinger
Copy link
Contributor Author

ArduinoCore-renesas leverages C++17 - which is only incompletely supported by GCC 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

3 participants