-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
About crosscompile julia with aarch64 #56869
Comments
Based on the Supported platforms for julia and my observations of the mainline CI:
Then you are trying to build A better way for supporting new platforms is to compile from source on the target platform (without pre-built dependencies)
The error occurred during the build of LLVM. Maybe related issue: NixOS/nixpkgs#39170, NixOS/nixpkgs#40602 |
Thanks you very much.
|
I don't know. Maybe ask the LLVM community. The LLVM documentation does mention this:
|
Why are you building LLVM from source? Did you set But as mentioned above, Julia on Musl unfortunately doesn't work very well due to a couple of major issues (#40556, #52707), so even if you managed to solve compilation issues in LLVM you'd have loads of other issues at runtime (if you ever get to build Julia at all, since it crashes very often due to limited stack size available with this libc). |
Thank you very much. |
We crosscompile julia V1.10.6 on aarch64,met this problem,
My host setting is :
crosscompile setting is :
The text was updated successfully, but these errors were encountered: