Development Tools User’s Manual
53
IXP2400/IXP2800 Network Processors
Developer Workbench
Additional compiler options:
Here you can enter additional command line options that can not be
implemented by normal GUI controls. See
for complete list of options.
2.7.2.9
Saving Build Settings
The
Build Settings
dialog box works with a copy of the build settings in the project. When you
click
OK
, the Workbench validates your data and does not allow the dialog box to close if there are
any errors. Validation is independent of which page is active at the time. You have the option to fix
the errors or click
Cancel
if you choose not to save any changes you have made. When the data in
Build Settings
passes validation, the data in the project is updated.
2.7.3
Invoking the Compiler
To compile a C source file:
1. On the
File
menu, click
Open
, or
You can also double-click the file in
FileView
. If the file is already open, activate its document
window by clicking on the file window.
2. On the
Build
menu, click
Compile
, or
Press CNTRL+SHIFT+F7, or
Click the
button on the
Build
toolbar.
Results:
The results of an assembly appear in the
Build
tab of the
Output
window, which automatically
appears.
You can control the amount of detail provide in the results. On the
Build
menu, select
Verbose
Output
to display detailed results, or clear it to display summary results.
Compilation is also done as part of a build operation.
2.7.4
Compilation Errors
Compiler errors appear in the
Build
tab of the
Output
window. To locate the error in the source
file:
•
Double-click the error description in the
Output
window, or
Click the error description, then press ENTER.
You can press F4 or click the
button to go to the next error. If no error is selected in the
Output
window, the first error becomes selected. If the last error is selected, then no error is selected, or
You can press SHIFT+F4 or click the
button to go to the previous error. If no error is selected in
the
Output
window, the last error becomes selected. If the first error is selected, then no error is
selected.