-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Linux ARM64 Support? #1761
Comments
I have been trying to get lime working on a 64bit Raspberry Pi (arm64 running bullseye 64bit) in a fork of 8.2.0-Dev I haven't seen any other ARM64 Linux version out there yet. |
It's good to hear I'm not the only one. I know you said it crashes randomly, but could please you tell me how you compiled the 64 bit Linux ARM lime.ndll, or provide a download link to it? At this point I'm just curious if my program is even able to launch. |
You can check out my fork of lime (branch 8.2.0-Dev). I'm not posting a link here in the issue tracker. |
Thank you so much! I'll reach out to you in a bit. |
In that way I did build for AArch64 aswell but didn't work due I not have Raspberry Pi that didn't work. (I use chrooting in termux) so I used x86_64-linux-gnu-gcc with box64 and that worked very well and like normal linux does. |
Right now I'm trying to compile a Haxe program on my 16k page size ARM64 linux machine. Unless I'm missing something, it looks like lime might support ARM64 on Mac, but not linux? I say this as while everything else grudgingly compiled, my lime.ntdll seems to stubbornly be built for x86_64 linux and doesn't seem to be able to be coaxed into producing a ARM64 Linux lime.ntdll. If it's possible, how do I build/where can I find a ARM64 Linux lime.ntdll?
Apologies if I'm really misunderstanding something, I'm a bit new to working with lime.
The text was updated successfully, but these errors were encountered: