We use nm6x (v 7.3.1) to generate sym file for our in house debugging facility, on C6657 based system.
Some of the debug functions, such as test_dsp_logger comes with size of 0 ([36374] |0x81037258| 0|GLOB |FUNC |HIDN |89 |test_dsp_logger), while the function (regular, not static or inline) has proper code within it. I am attaching both the out file as well as the output of nm6x
The nm6x is called as following.
nm6x -g -l -o platform.nm platform.out
Is there any other options I should use?
thanks
Weichun