Where can I find the call graph produced by OCG compilers?
The latest 9.70 version compilers now place the call graph in the assembly list file rather than in the map file. This is because the call graph is now produced by the code generator, not the linker application. The information contained in the new call graph is very similar to that which was contained in the map file, however the format has changed and more information is provided. The –CALLGRAPH option (or the Callgraph selector in the Linker tab of the MPLAB IDE Build Options) no longer has any function with the new compilers.