-
-
Notifications
You must be signed in to change notification settings - Fork 19
Distribute Apple ARM builds #20
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
Seems to work, project verifies and I can flash it on a RedBoard Turbo without Rosetta. |
looking at this again this library seems to have been unmaintained since - at least 8 years, though there's a CVE issue from 2014 so IDK, what could possibly go wrong? Seems a bit off that it's still part of the ecosystem, and probably the only chance is to upstream the arduino changes and get this removed from existance. for the record the patch is the small one from the comment here https://stackoverflow.com/questions/60714909/when-i-make-the-configure-of-ctags-5-8-has-the-undeclared-identifie-erro#comment107461237_60714909 |
Uh oh!
There was an error while loading. Please reload this page.
With Apple migrating to ARM over three years ago, most softwares are provided with native ARM builds these days. This no longer necessitates Rosetta and the overhead it carries.
The Arduino IDE has migrated, but in effect, it is still reliant on Rosetta to function because the toolchain has not yet been migrated.
EDIT: Builds (and runs) with this fix, but have not tested any further to see if it works properly: https://stackoverflow.com/questions/60714909/when-i-make-the-configure-of-ctags-5-8-has-the-undeclared-identifie-erro
The text was updated successfully, but these errors were encountered: