-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Can't compile on Debian aarch64 #607
Comments
I think that
in your case probably to a path to clang or cc. |
Hi Patrick, I didn't really understand what you wrote, but it looks like that switch goarch {
case "amd64":
cmd = exec.Command(ccenv, "-shared", "-fPIC", "-o", filepath.Join(dylibbuild, "luaglue.so"), "luaglue.c", "-I/usr/include/lua5.3/")
case "arm64":
cmd = exec.Command(ccenv, "-shared", "-fPIC", "-o", filepath.Join(dylibbuild, "luaglue.so"), "luaglue.c", "-I/usr/include/lua5.3/")
} 🤔 |
Sorry. Set the environment variable
in my setup. Then run rake buildlib. |
Thank you, it worked! 🙏 Unfortunately I found another obstacle, here my steps:
then
What's wrong now? 😭 |
Hi Patrick I tried with your binary but it looks like it is for
Perhaps |
I solved it:
Maybe you can change the instruction to look for Thanks! 🙏 |
Reopen for documentation reminder |
I updated the instructions here: #607 (comment) I replaced |
Hi @pgundlach,
I got stuck here when I try to compile on aarch64:
Here with
--trace
enabled:Thanks… 🙏
The text was updated successfully, but these errors were encountered: