-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
LDC for armel #2887
Comments
That line is a call to an LLVM intrinsic, so you'll most likely need to play around with the |
Ah, ARM9 is of course ARMv5 (sarcasm off); there are some issues with that, most notably the required usage of
|
Yes, since i'm compiling for the Lego EV3 i'm using arm-linux-gnueabi-gcc to compile from x86_64 on Docker. I will try rebuilding with the patches you linked, thank you for now. |
Closing, nothing actionable here. |
Is there any support for armel (arm9) architecture?
I compiled the whole compiler and runtime from source but it yields SIGILL:
Program received signal SIGILL, Illegal instruction. 0x0047f0d8 in _D4core6atomic__T8atomicOpVAyaa2_2b3dTkTiZQzFNaNbNiNeKOkiZk (val=@0xb6980884: 0, mod=1) at /usr/lib/ldc/x86_64-linux-gnu/include/d/core/atomic.d:321
Can you give me any help?
The text was updated successfully, but these errors were encountered: