ARM Linker Call Graph Missing Object File Reference - Keil

Hi everyone,

I’m currently following this instruction: Analyzing Arm linker callgraph by adding --info sizes,totals --callgraph_output=text.

My project folder is structured like this:

After building, I see that the example.o file is generated and referenced in the .map file.

However, I don’t see it in the call graph file. I'm not sure why this happens, but because of this, I’m missing stack usage data that I want to calculate.

0