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
Why? The various config files/headers can have custom versions per "missioncfg", "target", etc by replacing "cfe_" with the name of the "missionconfig" (newname in this case) or "target" (sample uses cpu1). See the cfe/cmake/*.cmake files for the latest search path and names.
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
-
The sample_defs folder name can be customized.
Quick steps (from top level):
mv sample_defs newname_defs
mv newname_defs/sample_mission_cfg.h newname_defs/newname_mission_cfg.h
mv newname_defs/sample_perfids.h newname_defs/newname_perfids.h
Why? The various config files/headers can have custom versions per "missioncfg", "target", etc by replacing "cfe_" with the name of the "missionconfig" (newname in this case) or "target" (sample uses cpu1). See the cfe/cmake/*.cmake files for the latest search path and names.
Beta Was this translation helpful? Give feedback.
All reactions