-
Notifications
You must be signed in to change notification settings - Fork 115
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
I meet problem when I build it on aarch64 #304
Comments
@MCredbear Can you provide some details on what the issue is? |
The work to support and build AArch64 in OpenJ9 has (so far) been with OpenJDK 11 and beyond (not OpenJDK 8). Build instructions for OpenJDK 11 are here. |
@MCredbear Are you compiling the source code on an aarch64 Linux machine or not? Please show the commands you typed and the error messages. |
here is my log,is there any help? p@localhost:~/Desktop/openj9-openjdk-jdk8-openj9$ ./configure --with-freemarker-jar=/root/freemarker.jar |
Did you try As per #304 (comment), the work to support and build AArch64 in OpenJ9 has (so far) been with OpenJDK 11 and beyond (not OpenJDK 8). |
@MCredbear To build OpenJ9 OpenJDK 8 for aarch64, you will need to port aarch64-related code in See PRs ibmruntimes/openj9-openjdk-jdk11#94, ibmruntimes/openj9-openjdk-jdk11#126, and ibmruntimes/openj9-openjdk-jdk11#149 for the aarch64 changes in |
@JasonFengJ9 Can you port those Extensions repos PRs to the JDK11 repo? That repo isn't part of OpenJ9 as we prefer OpenJDK changes be made upstream when possible and has a limited set of committers |
here is a new problem,see at my log |
This was caused by https://github.com/eclipse/openj9/blob/22cfe037dd717379cc338c0c0e70d58ddbb232c3/runtime/exelib/common/libargs.c#L311-L341
Note: due to other workload, porting to JDK 8 work was paused. |
(sorry,because I speak a poor English,so I have to speak Chinese)
如果我使用git命令下载源码,编译时会提示不支持aarch64架构,而下载源码包(zip)的话,不会提示这个问题,但编译时会因没有hotspot目录而失败
Google translate:
If I use the git command to download the source code, the compiler will prompt that the aarch64 architecture is not supported. If the source package (zip) is downloaded, the problem will not be prompted, but the compilation will fail because there is no hotspot directory.
The text was updated successfully, but these errors were encountered: