Intel® C/C++ Error Parser

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:

  1. Select the hello_world project in the Navigator view.
  2. Select Project > Properties.
  3. On the Properties dialog, select C/C++ Build.
  4. Click the Error Parsers tab. The Intel(R) C/C++ Error Parser should already be selected. Do not check the CDT Visual C Error Parser.
  1. Click OK to update your choices, if you have changed any settings, and close the dialog.

Using the Intel C/C++ Error Parser

If you introduce an error into your hello.c program, such as:

#include <xstdio.h>

then compile hello.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.

 

 

Correct the error, then rebuild your project.