-
Notifications
You must be signed in to change notification settings - Fork 206
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
RTEMS CFE_FT_Global build failure #1780
Labels
Milestone
Comments
astrogeco
changed the title
RTEMS Build failure on test builds
RTEMS CFE_FT_Global build failure
Aug 9, 2021
astrogeco
added a commit
to astrogeco/cFE
that referenced
this issue
Aug 9, 2021
Fixes RTEMS compilation error. Moves the assignment of the TBL related elements of `CFE_FT_Global` from 'cfe_test_table' to `cfe_test` to avoid duplicate definitions error. Makes `cfe_test.c` first in CMakeLists dependency list Co-authored-by: Niall Mullane <[email protected]>
astrogeco
added a commit
to astrogeco/cFE
that referenced
this issue
Aug 9, 2021
Fixes RTEMS compilation error. Moves the assignment of the TBL related elements of `CFE_FT_Global` from 'cfe_test_table' to `cfe_test` to avoid duplicate definitions error. Makes `cfe_test.c` first in CMakeLists dependency list Co-authored-by: Niall Mullane <[email protected]>
astrogeco
added a commit
to astrogeco/cFE
that referenced
this issue
Aug 10, 2021
Fixes RTEMS compilation error. Moves the assignment of the TBL related elements of `CFE_FT_Global` from 'cfe_test_table' to `cfe_test` to avoid duplicate definitions error. Makes `cfe_test.c` first in CMakeLists dependency list Co-authored-by: Niall Mullane <[email protected]>
astrogeco
added a commit
to astrogeco/cFE
that referenced
this issue
Aug 10, 2021
- Removed multiple instantiations of CFE_FT_Global - Moves the assignment of the TBL related elements of `CFE_FT_Global` from 'cfe_test_table' to `cfe_test` to avoid duplicate definitions error - Makes `cfe_test.c` first in CMakeLists dependency list Co-authored-by: Niall Mullane <[email protected]>
astrogeco
added a commit
that referenced
this issue
Aug 10, 2021
Fix #1780, RTEMS CFE_FT_Global build failure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
RTEMS CI fails due to "multiple definitions" of
CFE_FT_Global
To Reproduce
Checkout cFS bundle at
871a2d7
then point cFE to 600fd7aExpected behavior
Both Linux and RTEMS build succesfully
Code snips
Related to setting Table releated entries in global struct in
modules/cfe_testcase/src/cfe_test_table.c
System observed on:
CI build of RTEMS 4.11 and 5.0
Additional context
Found during IC:2021-08-10 process.
See #1772 and nasa/cFS#333
The text was updated successfully, but these errors were encountered: