-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ARM64 build failed: 'x86_64-linux-musl-gcc' not found #7103
Comments
I removed '--libc=musl' from build arg, still failed:
|
static images are not supported in aarch64 yet, please remove both |
I'll close this issue for now, if you still face the issue after removing the 2 flags above, please reopen |
@oubidar-Abderrahim any issue we can follow for aarch64 static images support? |
Throwing my hat in the ring here. Any update on static image support for aarch64? |
Hello!Any update on static image support for aarch64? |
Describe the issue
I install /opt/aarch64-linux-musl-native.
Error: Default native-compiler executable 'x86_64-linux-musl-gcc' not found via environment variable PATH
Error: To prevent native-toolchain checking provide command-line option -H:-CheckToolchain
Error: Use -H:+ReportExceptionStackTraces to print stacktrace of underlying exception
I tried install x86_64-linux-musl-gcc, but cannot build.
Steps to reproduce the issue
Please include both build steps as well as run steps
Describe GraalVM and your environment:
GraalVM Runtime Environment Oracle GraalVM 17.0.8+9.1 (build 17.0.8+9-LTS-jvmci-23.0-b14)
Substrate VM Oracle GraalVM 17.0.8+9.1 (build 17.0.8+9-LTS, serial gc, compressed references)
More details
The text was updated successfully, but these errors were encountered: