You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The D equivalent to attribute((packed)) in C to have structures byte-aligned instead of word-aligned is afaik align(1) but SDC doesn't recognize that yet. Error message is: expected 'Begin', got 'Align'. Version is current git.
I know it's not the most requested feature but necessary to interface with hardware.
The text was updated successfully, but these errors were encountered:
The D equivalent to attribute((packed)) in C to have structures byte-aligned instead of word-aligned is afaik align(1) but SDC doesn't recognize that yet. Error message is:
expected 'Begin', got 'Align'
. Version is current git.I know it's not the most requested feature but necessary to interface with hardware.
The text was updated successfully, but these errors were encountered: