The Intel C/C++ Error Parser (selected by default) lets you track compile-time errors in Eclipse*/CDT*. To confirm that the Intel C/C++ Error Parser is active:
Select the hello_world project in the Project Explorer view.
Select Project > Properties.
In the Properties dialog box, select C/C++ Build > Settings.
Click the Error Parsers tab. Make sure that Intel C/C++ Error Parser is checked, that CDT Visual C Error Parser is not checked.
Click OK to update your choices, if you have changed any settings.
If you introduce an error into your hello.c program, such as:
#include <xstdio.h>
then compile hello_world.c, the error is reported in the Problems view and a marker appears in the source file at the line where the error was detected. This processing occurs automatically because the Intel C/C++ Error Parser detects and manages diagnostics generated by the Intel® C++ Compiler. You can double-click on each error in the Problems view to visit the source line in the Editor view.
Correct the error, then rebuild your project.
Copyright © 1996-2010, Intel Corporation. All rights reserved.