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
Describe the bug
When trying to point to a global msgids.h file (e.g. a cfs_msgids.h that has every app msgid in it) the wrappers are not getting properly generated.
To Reproduce
Define a global msgids.h file and build CFE. The generated wrapper still uses the default msgids.h file.
Expected behavior
Should pick up the global file, not the default file.
Code snips
Issue is that this code was moved late in testing, and as a result this loop is using a list that's always empty:
This CMake loop is supposed to run for every app. Unfortunately at
this point the SYSVAR is not yet defined, so the result is it does
nothing and none of the overrides get configured.
With this loop, it should set up the override directive correctly.
Describe the bug
When trying to point to a global msgids.h file (e.g. a
cfs_msgids.h
that has every app msgid in it) the wrappers are not getting properly generated.To Reproduce
Define a global msgids.h file and build CFE. The generated wrapper still uses the default msgids.h file.
Expected behavior
Should pick up the global file, not the default file.
Code snips
Issue is that this code was moved late in testing, and as a result this loop is using a list that's always empty:
cFE/cmake/arch_build.cmake
Lines 669 to 673 in 70458a2
System observed on:
Debian
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: