-
Notifications
You must be signed in to change notification settings - Fork 39
Support Additional Host Systems #58
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
Thanks for your interest! This is an error raised by Arduino trying to indicate that the dependencies cannot be fulfilled. The dependencies are specified in the index JSON here. That tells Arduino "we need this tool" And later in the same file we say "here's where you can get that tool for various platforms!" So really what is needed is to:
Unfortunately I just don't have time right now to find out the proper host key myself and I haven't seen any obvious documentation by Arduino. If you're willing to do it you could start by looking at the JSON package index for a core that does work on Pi. |
Based on this forum post I am expanding this issue to general additional host support. Goals:
Some host values to consider
And also we may need to provide the bootloader binaries compiled for the respective architectures. |
Related: #105 |
closed due to inactivity |
Apollo3 Board will not install from Board Manager on Pi 4. (Raspbian Buster)
The error is "Tool arm-none-eabi-gcc is not available for your operating system."
I have the 32 bit version of Arduino v 1.8.10 (64 bit is not applicable.)
I prefer using a Pi (3 or 4) for physical computing but in the case of my new Artemis RedBoard it seems to me that is not an option unless or until the board support is enhanced for this platform.
Please advise. Thank you!
The text was updated successfully, but these errors were encountered: