-
-
Notifications
You must be signed in to change notification settings - Fork 782
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
xmake fails to build on Apple Silicon (macOS ARM) #1190
Comments
Passing |
https://github.com/Homebrew/homebrew-core/runs/1681778752?check_suite_focus=true Lack of luajit autogen files for macos/arm64, I need to compile the luajit source code on apple m1, then extract its autogen files, such as lj_vm.S lj_libdef.h and other files, and put them in the xmake/core/src/luajit/autogen/macosx/jit/arm64 directory. But I don’t have a macos/arm device and environment to extract these files. |
I have solved all compile issues, but it can’t run, and no any errors. |
I fixed link error on macOS arm, but next error
ohmm.. |
It seems that luajit is not yet able to support m1 well, as I have not apple silicon device, I cannot test it further. I will consider switching to lua vm through optional configuration in 2.5.2 |
@fxcoudert I have supported apple m1, and it works for me. you can switch url to https://github.com/xmake-io/xmake/releases/download/v2.3.9/xmake-v2.3.9.m1.tar.gz |
Describe the bug
xmake fails to build on Apple Silicon (macOS ARM) Homebrew/homebrew-core#68773
make build
failsError output
then
Related Environment
Please provide compiling and running environment information:
The text was updated successfully, but these errors were encountered: