Rob Turk - 2017-02-25

I ran into a similar issue. Looks like a gcc bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54589

Fix for me was to use "attribute((gcc_struct,packed))" instead
note: attribute should have two underscores before and after, SF editor messes that up

 

Last edit: Rob Turk 2017-02-25