openastroproject / openastro

Open Astro Project
GNU General Public License v3.0
91 stars 27 forks source link

oacapture 1.6.0 sometimes fails on raspbian 8 & 9 #379

Closed openastroproject closed 5 years ago

openastroproject commented 5 years ago

Gives an "illegal instruction" error on startup

openastroproject commented 5 years ago

Looks like this is specifically an issue with loading shared objects at runtime, specifically libqhyccd, libtoupcam and libaltaircam. No idea why yet.

openastroproject commented 5 years ago

Looks like this is down to these libraries being compiled for the ARM7 architecture and being run on an ARM6 system. There is no fix, other than not to use these libraries on ARM6 (original RPi) systems