The PTP Cell/B.E IDE (IDE) has integrations with the Cell BE GNU compilers and also with the Cell BE XL compilers. The error messages printed by these compilers are parsed by the appropriate error message parser in order to identify the error information and properly show it in the graphical user interface, making it easier for the developer to solve the problems the compilers encountered in his/her source code.
The GNU C Compiler error message parser already comes integrated with CDT. On the other hand, there wasn't support in CDT for the XL C/C++ compiler error messages and hence PTP Cell/B.E IDE provides its own XLC Error Parser. However, since CDT 3.1.2 it is provided an XL C/C++ Error Parser to be installed from the CDT update site. If you prefer to use this XL C/C++ Error Parser instead of the one provided by PTP Cell/B.E IDE, you may follow the following instructions in order to install CDT xlC Error Parser as it is not installed by default when CDT is installed:
http://download.eclipse.org/tools/cdt/releases/callisto
After following the steps above, a CDT xlC Error Parser entry will appear in the Error Parser tab that can be accessed through Window -> Preferences... -> C/C++ -> Make -> New Make Projects or in the C/C++ Build dialog page of a Managed Make C/C++ project Properties or in the C/C++ Make Project dialog page of a Standard Make C/C++ project Properties or in the final dialog of the project creation wizard for Managed Make C/C++ and Standard Make C/C++ projects. On this Error Parser tab the user will be able to deselect PTP Cell/B.E IDE XLC Error Parser and select the CDT xlC Error Parser.