Release RMC-06.02
(2024-04-29)
|
ContentsDescriptionDescriptionThese customisations give (extra) control over the gbsaudit, gbsbuild and gbsmake commands (and to some extent: gbssystool).The following EnvVars can be set: There are 4 levels of session-control:
GBS_DEBUGGERName:GBS_DEBUGGERPurpose:To predefine the GBS_DEBUGGER (include debugging information) setting during a sessionPossible Values:YES NODefine:
GBS_MAPName:GBS_MAPPurpose:To predefine the GBS_MAP (generate memory-map) setting during a sessionPossible Values:YES NODefine:
GBS_MODEName:GBS_MODEPurpose:To predefine the GBS_MODE settings during a sessionPossible Values:FINAL ASSERT DEBUG PROFILINGDefine:
GBS_OPTName:GBS_OPTPurpose:To predefine the GBS_OPT (optimisation) settings during a sessionPossible Values:YES SPEED SIZE DEBUG NODefine:
GBS_FLAGS_typeName:GBS_FLAGS_typePurpose:To predefine flags (-options) for a specific type (E.g.: .c or .glk).Specify the type without the '.' (dot) Possible Values:Depend on builder / auditDefine:
GBS_APP_anynameName:GBS_APP_anynamePurpose:To define an EnvVar that is used by a specific Application (audit, build or tool) to change its behaviour, not defined by FLAGs.Possible Values:Anything valid in the SHELL and of interest of the called Application, except GBS_APP_PATH.GBS_APP_PATH is used for the 'app' directory in non-GBS SubSystems Define:
|