Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
I got a problem while my compiler works with OT(9), the problem is the stack pointer underflow and I have validated. The reason is OT(9) created new Common Block Subroutines in application, and some subroutines call other subroutines, Every additional Call increase the stack pointer by 2 Bytes. So, I want to check Common Block Subroutines in map file, but it just list the location of Common Block Subroutines and I can't find the call tree related with Common Block Subroutines. How can I find the call tree related with Common Block Subroutines?
Has any tools or method can analyze the call tree for Common Block Subroutines?