-
Notifications
You must be signed in to change notification settings - Fork 83
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
Illegal instruction #155
Comments
I'm having the same problem; only twist on my end is I didn't compile/install goesproc ( |
Looks like the same issue as #147 |
Ok, as for helpful details - I'm running on a Pi Zero:
It was installed using this ansible script, with
The config file is:
|
Given this stackoverflow answer, seems likely to be an ARM version problem. I'm gonna see if there are any
|
Wow, ok, apparently newer versions of GCC straight up cannot produce correct ARMv6 executables:
|
Ok, yeah, it looks like the ARM version was correctly detected and GCC just... did it wrong, I think
|
Compiled & run successfully on Raspberry Pi 4B, under PiOS Buster (after failing to compile under Bullseye). Moving SD card to a Pi 3B, all else the same, executing 'goesrecv -v -i 1 -c ~/goesrecv.conf ' responds with "Illegal instruction"
The text was updated successfully, but these errors were encountered: