-
Notifications
You must be signed in to change notification settings - Fork 21
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
Library does not work on ARM6 #10
Comments
Any comments on my fix @sacOO7 ? |
Did you compile it for ARM6? Because raspberry pi is ARM7 |
I think this was a pretty old Pi, which is/was ARM6. |
Only the original Pi is ARM6 (single core cpu) (just fyi) idk how much difference it makes, I see floating points are quite a bit different on them but entire OSes from ARMv6 seem to run on even armv8 cpus. So the backwards compatibility is good. |
I just tested the library on a Raspberry Pi (ARM6), however, it crashes with the following message:
After digging in, I found a reasonable explanation for that problem, memory alignment.
I patched the code, which now works on ARM6, see my PR:
#11
Would be great to get that fix in, and v1.0.1 is released.
The text was updated successfully, but these errors were encountered: