-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Illegal Hardware Instruction on ARMv6 #31257
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
Comments
Downloaded dart-sdk from the link above. Tested ./dart on a 'Raspberry Pi 3' with 'Raspbian stretch lite' installed. Works ok.
|
This is on a Raspberry Pi Zero so I believe it is a slightly different SOC. |
@whesse I believe our SDKs are built for ARMv7. |
I tried to build the SDK on my Pie Zero but my patience ran out after waiting for 45+ minutes. I haven't looked into cross compiling on a faster device. |
1 similar comment
I tried to build the SDK on my Pie Zero but my patience ran out after waiting for 45+ minutes. I haven't looked into cross compiling on a faster device. |
Closing this issue as this is not a high priority. |
When trying to run the ARM image available at:
http://gsdview.appspot.com/dart-archive/channels/stable/release/latest/sdk/ (23-Jun-2017)
I get:
'[1] 10236 illegal hardware instruction'.
This is on a Raspberry Pi Zero W.
uname -a:
Linux raspberrypi 4.4.50+ #970 Mon Feb 20 19:12:50 GMT 2017 armv6l GNU/Linux
cat /proc/cpuinfo:
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
The text was updated successfully, but these errors were encountered: