Fix #532, Link CFE core with OSAL BSP #533
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the contribution
Link the CFE core target with the OSAL BSP library by including this in the final link library list.
Fixes #532
Testing performed
Build and run unit tests on native (x86-64) and PC-RTEMS. Confirm CFE runs normally, no change.
Expected behavior changes
No behavior changes. This change only enables future transition to using the OSAL BSP rather than
duplicating startup logic in the CFE PSP. Initially the linker should drop/ignore the content of this library.
System(s) tested on
Additional context
This depends on the related change in nasa/osal#261 which defines the separate
osal_bsptarget. It should be merged at the same time (or after) the OSAL change is merged.Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.