🎉 We're happy to announce new public releases! ðŸŽ‰

  • SWAT v1.1r1 - Software tracing solution now supporting more architectures and operating systems - see SWAT Release Notes.
  • TriCore v6.2r2 Inspector v1.0r8 - An automated method for identifying toolset issues in compiled output code.
  • VX-toolset for Arm - v8.0r1 - A certified compiler toolset for safety-critical embedded software development on Arm cores.
Contact us to get access!

View the command line invocations of all executed tools during a build

17-Sep-2025

To view all tool invocations during a build in the Console view of Eclipse:

1. Select Project | Properties | C/C++ Build | Settings | Global Options

2. Enable the option Verbose mode of control program and rebuild your application or file.

From the command line, you can use the control program option --verbose (or simply -v).

For example, in TriCore, you can use:

cctc --verbose test.c

For more information, see the section Control program option: --verbose (-v) in the product user guide. 

Was this answer helpful?