Skip to content

Arduino not built for ppc64el (OpenPOWER) systems #8778

Open
@madscientist159

Description

@madscientist159

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.

Activity

madscientist159

madscientist159 commented on Apr 12, 2019

@madscientist159
Author

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!

linked a pull request that will close this issue on Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: IDEThe Arduino IDEfeature requestA request to make an enhancement (not a bug fix)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @madscientist159@per1234

      Issue actions

        Arduino not built for ppc64el (OpenPOWER) systems · Issue #8778 · arduino/Arduino