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
if (NOTEXISTS"${SELECTED_FILE}"ANDNOT LOCATEIMPL_ARG_OPTIONAL)
message(FATAL_ERROR "No implementation for ${FILE_NAME} found")
endif()
endif()
To Reproduce
remove sample_defs/sample_perfids.h which per established patterns should use the default from cfe:
CMake Error at cmake/global_functions.cmake:84 (message):
No implementation for perfids.h found,
/home/jhageman/cFS/ds_cfs/cfe/modules/core_api/config/default_cfe_perfids.h
doesn't exist
Call Stack (most recent call first):
cmake/global_functions.cmake:187 (cfe_locate_implementation_file)
modules/core_api/mission_build.cmake:43 (generate_config_includefile)
cmake/mission_build.cmake:431 (include)
CMakeLists.txt:120 (prepare)
Expected behavior
Really perfids is of the same nature as msgids since they need to be at minimum target unique. System should support overrides from a single file (like msgids). Consider either generalizing setup_platform_msgids to cover both msgids and perfids or add a function for perfids.
System observed on:
OS: Ubuntu 22.04
Versions: main-ish (close to main w/ project customizations)
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Describe the bug
modules/core_api/config/default_cfe_perfids.h
doesn't exist which is the fallback file used here if a custom override isn't added:cFE/modules/core_api/mission_build.cmake
Line 36 in 7f5ebcd
cFE/cmake/global_functions.cmake
Lines 76 to 85 in 7f5ebcd
To Reproduce
remove sample_defs/sample_perfids.h which per established patterns should use the default from cfe:
Expected behavior
Really perfids is of the same nature as msgids since they need to be at minimum target unique. System should support overrides from a single file (like msgids). Consider either generalizing setup_platform_msgids to cover both msgids and perfids or add a function for perfids.
System observed on:
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: