-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fails to build on Raspbian #31
Comments
As in the other apps, I have some fixes which are related to nasa/cFE#313 and feel free to assign this to me and just turn off -Wcast-align in your RPi build for now. |
jphickey
added a commit
to jphickey/sch_lab
that referenced
this issue
Feb 10, 2020
Use a union type to allocate the message buffers to ensure it is aligned properly for a CFE_SB_Msg_t type.
jphickey
added a commit
to jphickey/sch_lab
that referenced
this issue
Feb 11, 2020
Merged
jphickey
added a commit
to jphickey/sch_lab
that referenced
this issue
Mar 2, 2020
Use a union type to allocate the message buffers to ensure it is aligned properly for a CFE_SB_Msg_t type.
astrogeco
pushed a commit
that referenced
this issue
Mar 9, 2020
Use a union type to allocate the message buffers to ensure it is aligned properly for a CFE_SB_Msg_t type.
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Building sch_lab under Raspbian (a Debian variant for Raspberry Pi SBC's) fails due to alignment issues.
To Reproduce
Build on Raspbian.
Expected behavior
Error-free compile.
Code snips
If applicable, add references to the software.
System observed on:
Raspberry Pi Zero W.
Additional context
Add any other context about the problem here.
Reporter Info
Christopher.D.Knight@nasa.gov
The text was updated successfully, but these errors were encountered: