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
While testing with the draco-rc5 cFS branch, I ran into some problems creating the shared object files for the tables in the reusable apps (FM, SC, DS, etc). The apps currently bundled with draco-rc5 cFS (sample_app, to_lab, etc.) correctly find and compile their associated tables. When I attempted to add the draco-rc5 branch of File Manager to the app it properly built but the fm_monitor table is ignored in CMake.
When I edit CMakeLists for the FM app to add the cfe table before the FM app module is created add_cfe_tables(fm fsw/tables/fm_monitor.c) add_cfe_app(fm ${APP_SRC_FILES} ${FM_OPTION_SRC_FILES})
the table is found but gives this warning:
NOTE: "fm" passed to add_cfe_tables is not a previously-defined application target -- Using file: cfs/apps/FM/fsw/tables/fm_monitor.c for fm_monitor.c -- Using cfs/apps/FM/fsw/tables/fm_monitor.c as table definition for fm_monitor on cpu1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While testing with the draco-rc5 cFS branch, I ran into some problems creating the shared object files for the tables in the reusable apps (FM, SC, DS, etc). The apps currently bundled with draco-rc5 cFS (sample_app, to_lab, etc.) correctly find and compile their associated tables. When I attempted to add the draco-rc5 branch of File Manager to the app it properly built but the fm_monitor table is ignored in CMake.
When I edit CMakeLists for the FM app to add the cfe table before the FM app module is created
add_cfe_tables(fm fsw/tables/fm_monitor.c)
add_cfe_app(fm ${APP_SRC_FILES} ${FM_OPTION_SRC_FILES})
the table is found but gives this warning:
NOTE: "fm" passed to add_cfe_tables is not a previously-defined application target
-- Using file: cfs/apps/FM/fsw/tables/fm_monitor.c for fm_monitor.c
-- Using cfs/apps/FM/fsw/tables/fm_monitor.c as table definition for fm_monitor on cpu1
Has anyone experienced this on draco or equuleus?
Beta Was this translation helpful? Give feedback.
All reactions