Skip to content
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

Arduino not built for ppc64el (OpenPOWER) systems #8778

Open
madscientist159 opened this issue Apr 12, 2019 · 1 comment · May be fixed by #8782
Open

Arduino not built for ppc64el (OpenPOWER) systems #8778

madscientist159 opened this issue Apr 12, 2019 · 1 comment · May be fixed by #8782
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)

Comments

@madscientist159
Copy link

There are no prebuilt packages available for ppc64el (OpenPOWER) systems, despite the software working on those platforms (after some significant manual work to pull in dependencies using the correct architecture).

OpenPOWER systems are being deployed more widely, especially in education, and having an easy way to install a newer IDE version than the 1.5 version in Debian Experimental would be much appreciated.

@per1234 per1234 added the feature request A request to make an enhancement (not a bug fix) label Apr 12, 2019
@madscientist159
Copy link
Author

madscientist159 commented Apr 12, 2019

Note that the Arduino build process pulls in a lot of precompiled files from Arduino servers, so we will need assistance in getting those files updated. We can provide free long term access to ppc64el build hardware if needed in support of this update.

In the interim, here's the first patch that would enable support for the ppc64el architecture. It will fail immediately due to the Artistic Style binary package on the Arduino servers not containing the ppc64el shared library, however.

arduino-initial-patch.txt

If there is any way to force a build from source, instead of pulling precompiled binaries from the Arduino servers, please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants