We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug SC is failing when building the app target due to unknown type name as seen here: https://github.com/arielswalker/SC/actions/runs/12756981276.
/home/runner/work/SC/SC/cfe/modules/tbl/config/default_cfe_tbl_msgdefs.h:57:5: error: unknown type name ‘CFE_TBL_BufferSelect_Enum_t’ 57 | CFE_TBL_BufferSelect_Enum_t ActiveTableFlag; /**< \brief #CFE_TBL_BufferSelect_INACTIVE=Inactive Table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/SC/SC/cfe/modules/tbl/config/default_cfe_tbl_msgdefs.h:78:5: error: unknown type name ‘CFE_TBL_BufferSelect_Enum_t’ 78 | CFE_TBL_BufferSelect_Enum_t ActiveTableFlag; /**< \brief #CFE_TBL_BufferSelect_INACTIVE=Inactive Table, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [apps/sc/unit-test/CMakeFiles/coverage-sc_internal-stubs.dir/build.make:121: apps/sc/unit-test/CMakeFiles/coverage-sc_internal-stubs.dir/stubs/sc_cmds_stubs.c.o] Error 1
Due to this PR: #2459
To Reproduce Follow steps in https://github.com/nasa/cFS/blob/main/.github/workflows/unit-test-coverage.yml
Expected behavior SC can build successfully in the Run unit test and coverage workflow.
Code snips CFE_TBL_BufferSelect_Enum_t is defined in
cFE/modules/tbl/config/default_cfe_tbl_extern_typedefs.h
Line 53 in d6e6107
cFE/modules/tbl/config/default_cfe_tbl_msgdefs.h
Line 57 in d6e6107
System observed on: GitHub workflows.
Additional context Add #include "cfe_tbl_extern_typedefs.h" in modules/tbl/config/default_cfe_tbl_msgdefs.h.
#include "cfe_tbl_extern_typedefs.h"
Reporter Info Ariel Walker, MCSG TECH.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
SC is failing when building the app target due to unknown type name as seen here: https://github.com/arielswalker/SC/actions/runs/12756981276.
Due to this PR: #2459
To Reproduce
Follow steps in https://github.com/nasa/cFS/blob/main/.github/workflows/unit-test-coverage.yml
Expected behavior
SC can build successfully in the Run unit test and coverage workflow.
Code snips
CFE_TBL_BufferSelect_Enum_t is defined in
cFE/modules/tbl/config/default_cfe_tbl_extern_typedefs.h
Line 53 in d6e6107
cFE/modules/tbl/config/default_cfe_tbl_msgdefs.h
Line 57 in d6e6107
System observed on:
GitHub workflows.
Additional context
Add
#include "cfe_tbl_extern_typedefs.h"
in modules/tbl/config/default_cfe_tbl_msgdefs.h.Reporter Info
Ariel Walker, MCSG TECH.
The text was updated successfully, but these errors were encountered: