Create new configuration dialog – HP Integrity NonStop H-Series User Manual
Page 91

Figure 52 Create New Configuration dialog
4.
Enter a name for the build configuration (such as Debug Guardian) and optionally enter a
description.
5.
Make sure Existing configuration is selected and that the configuration specified to the right
of it is Debug. This will result in all settings in the Debug configuration being copied to your
new configuration.
6.
Select OK to add the new configuration and dismiss the Create New Configuration dialog.
7.
Repeat steps 3 through 6, but name the new configuration Release Guardian and copy settings
from the existing configuration named, Release.
8.
Select OK to apply your changes and dismiss the Manage Configurations dialog.
9.
In the Build Variables properties page of the HelloWorld project, set TARGET_SYSTYPE to
“guardian” for both the Release Guardian and Debug Guardian build configurations. For
details on how to set TARGET_SYSTYPE, refer to
“Setting build variables” (page 86)
.
For more information on creating and managing build configurations, refer to the C/C++
Development User Guide.
Removing erroneous errors and warnings in C/C++ editors
The C/C++ editor shows the results of code analysis of the source file it is opened on. When you
see incorrect analysis, there is usually something you can do remove erroneous errors and warnings.
This section describes how you can remove different types of erroneous errors and warnings.
Erroneous errors and warnings after creating a project
A defect in CDT can result in the indexer not running when you create a project, which, in turn,
results in erroneous errors being shown as in this example:
Removing erroneous errors and warnings in C/C++ editors
91