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
Note that CFE_SB_InitMsg() takes a void *, whereas TimeStampMsg and SendMsg take CFE_SB_MsgPtr_t. I'm guessing InitMsg should be updated to use CFE_SB_MsgPtr_t.
The alignment warnings are the same general issue as in nasa/cFE#313. If you want you can assign this to me and just turn off -Wcast-align in your build for now.
Describe the bug
Trying to build under Raspbian, sample_app fails with "cast increases required alignment of target type" errors.
To Reproduce
Build on Raspbian.
Expected behavior
Should not cause warnings/errors.
Code snips
System observed on:
Raspberry Pi Zero W
Additional context
Add any other context about the problem here.
Reporter Info
[email protected]
The text was updated successfully, but these errors were encountered: