-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Add ARM toolchain support #2647
Conversation
Installing Rp2040 tools from repo does ensure maximum platform support, but as is typical lags behind current release somewhat. I'm using a Raspberry PI 3 for testing,
I'm getting GCC 8.3.1 installed, but current version (from October 2021) is 10.3 (see https://developer.arm.com/downloads/-/gnu-rm). So will stick with the download approach. |
48e0bb4
to
ee41ad9
Compare
@laurentppol Are you able to give this a try? Ideally on a clean system, just to eliminate any potential issues. |
ee41ad9
to
5dba066
Compare
How? (what dirs to remove, how to install - as it is not yes merged)? |
|
This PR addresses #2646 to support ARM systems such as Raspberry PI, Orange PI.
The Rp2040 toolchain version has been updated, and installs for appropriate machine architecture.