-
Notifications
You must be signed in to change notification settings - Fork 17
Please update the Raspberry compiler toolchain #990
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
Comments
Updated the community Arduino core to the latest version, 4.5.2. You can see an example here: https://wokwi.com/projects/428871464465633281 |
Hi Urish, thanks for your blog post.
What I need is a current version of the gcc compiler, as I get it for ESP32 or STM32 projects. Thanks |
Hi Richard, The toolchain is not directly maintained by us - it's part of the Raspberry Pi Pico Arduino core. I updated my demo project to print the GCC version, in a similar fashion to your example code, and it says 14.2.0: https://wokwi.com/projects/428871464465633281 Note that for the Pi Pico, you need to set the "env" attribute in diagram.json to "arduino-community" to build with the up to date core, as in the following example: "parts": [
{
"type": "wokwi-pi-pico",
"id": "pico",
"top": 0,
"left": 0,
"attrs": { "env": "arduino-community" }
}
], This is now the default for all new projects. |
Please update the compiler toolchains for the boards. For Raspberry gcc version 14 is available for some time.
For Raspberry Pico gcc is currently on Version 7.2.1,
For Raspberry Pico W beta gcc is currently on Version 10.3.0,
Thanks
Richard
The text was updated successfully, but these errors were encountered: