-
Notifications
You must be signed in to change notification settings - Fork 204
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
CFE_TIME fails to build with CFE_TIME_CFG_SRC_MET set to TRUE #83
Comments
Imported from trac issue 52. Created by jphickey on 2015-05-21T14:20:05, last modified: 2019-03-05T14:57:55 |
Trac comment by jphickey on 2015-05-21 14:24:30: Pushed commit [changeset:a8ff9b1] for review. Trivial fix - just adds the necessary ".Payload" members to the structure accesses. |
Trac comment by sstrege on 2015-07-24 16:23:07: Approve |
Trac comment by glimes on 2015-07-27 12:36:44: Approve. |
Trac comment by sduran on 2015-07-27 17:30:33: approve. |
Trac comment by glimes on 2015-07-30 15:16:16: [changeset:a8ff9b1 trac-52-fix-time-build-error] is included in [changeset:6ea42ba ic-2015-07-28] |
Trac comment by glimes on 2015-09-08 12:56:44: ... somehow was not closed after the 07-28 integration was complete. |
Trac comment by glimes on 2016-02-16 13:16:45: Susie confirmed these tickets have been approved for CFE 6.5 |
Trac comment by jhageman on 2019-03-05 14:57:55: Milestone renamed |
Makes sample_lib consistent with cfe and osal. See nasa/cFE#83 Also applies clang-format
This issue was introduced by #35 - some structure accesses hiding behind this conditional compile needs to have ".Payload" added to them.
As a separate enhancement, the Bamboo tests should be updated to build using this configuration, along with the many other TIME options available.
The text was updated successfully, but these errors were encountered: