UWCubeSat / lost

Lost: Open-source Star Tracker
42 stars 7 forks source link

Pointer alignment in database #119

Closed markasoftware closed 1 year ago

markasoftware commented 1 year ago

In order for this to run on ARM and other non-x86 architectures reliably, we need to use memcpy or equivalent instead of just casting random pointers around, see https://stackoverflow.com/questions/35071659/bus-error-on-armv6-when-working-with-doubles

markasoftware commented 1 year ago

Hopefully fixed now