🎉 We're happy to announce new public releases 🎉

  • TriCore v6.3r1 Inspector - v1.0r9 - A family of tools that provide an automated method for identifying toolset issues in compiled output code
  • VX-toolset for RH850 - v5.0r1 - Industry’s First End-to-End Compile, Debug and Test Toolchain for Renesas RH850 Microcontrollers
  • VX-toolset for TriCore - v6.4r1 - Software development environment of certified compiler toolsets for Infineon AURIX TC2xx/TC3xx microcontrollers
Contact us to get access

Eclipse IDE/Command line : Show help on tool errors

29-Sep-2025

Possible solution

Eclipse IDE

When you encounter errors or warnings in the TASKING Eclipse IDE during the build process, they are displayed in the Problems view. 
To get more details or information about errors or warnings encountered :

1. Right-click on an error or warning in the Problems view.

2. Select Detailed Diagnostics Info.


A pop-up message box appears with more details about the error or warning, as shown below.



Command Line

If you are using the tools on a command line, you can use the option --diag=<error number>.

For example:

ctc --diag=208
E208: syntax error - token "<token>" inserted before "<text>"
The compiler detected a syntax error, but tried to recover by inserting <token>.


For more information, see the --diag option in the Product user guide. For example, if you are using the TASKING TriCore VX-toolset, you can refer to the TriCore User Guide. The --diag option is also supported in other tools like C++ compiler, assembler, linker, archiver and HLL dumper. 

Was this answer helpful?