-
-
Notifications
You must be signed in to change notification settings - Fork 251
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 aarch64 linux build of openj9+openjdk11 #966
Comments
If OpenJ9 is supporting this upstream then we're happy to assist in getting this up and running. I've put it in the Backlog as it needs volunteers |
@knn-k Can it be built natively instead of with a cross compiler? That would make our setup and implementation easier. |
Unfortunately, no. The build configuration for aarch64 in OpenJ9 assumes cross-compilation at this point. |
Changes ibmruntimes/openj9-openjdk-jdk11#149 and eclipse-openj9/openj9#5321 should enable native compilation |
Note, the build will run to completion using |
Almost there - I've temporarily patched the machine to resolve eclipse-openj9/openj9#5451 but once that's in I'll undo that but it's now live on https://ci.adoptopenjdk.net/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-openj9/ |
Working other than the fact the build currently needs |
The "other option" is now submitted under eclipse-openj9/openj9#5508 |
The aarch64 linux build of openj9+openjdk11 is wanted.
It can be built manually now using a cross-compiling environment by following the build instructions, and runs in the interpreter mode.
The text was updated successfully, but these errors were encountered: