🎉 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!

winIDEA: Missing callstack information when using GHS Compiler

17-Jul-2025

Possible solutions

Command line

Use the following compiler command line option (for Generate Target-Walkable Stack)

-gtws

To get maximum debug information with GHS Compiler follow this link.


Callstack Generation

Probe different callstack options, e.g. if Automatic does not work, try with Simulated. Refer to this topic for more information. 


Was this answer helpful?