-
Notifications
You must be signed in to change notification settings - Fork 20
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
Does type2-runtime support armv6l? #112
Comments
Thanks @mediocregopher. That's not intentional. Let's try whether the pull request above can fix it. |
@probonopd I tested with the armhf runtime in the PR and it worked perfectly 👍 🚀 From what I understand that should be backwards compatible with armv7, but I don't have any devices handy to confirm that with, so might be good to do that if possible before merging. |
ARMv6 hasn't been supported for many(!) years. I'm not even sure that the compiler produces an ARMv6 compatible binary when run as shown in #113. @mediocregopher please try the runtime binary from there and comment on the PR. |
Latest CI build is working great for me, thank you both! |
Hi, I tried to build an AppImage with
ARCH=armhf
using appimagetool, but I receive aSegmentation Fault
when running it on my RPI 1B which isarmv6l
. From digging around it looks like the runtime is being built using armv7 for thearmhf
target.My two questions about this are: am I correct that
armv6l
isn't currently supported? And if so, are there any plans to support it in the future, or is there some technical reason it's not possible?Thanks!
The text was updated successfully, but these errors were encountered: