This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to make a file which maps function name with its address? (TI Compiler version v5.1.6)

Other Parts Discussed in Thread: CC2530

Firstly, I am not good in English, so I sorry for misspelling words.I am using CCS with TI Compiler version v5.1.6. After build a program, CCS create a  .map file in debug.

This file include mapping address of function with function name.

Examples:

00015425   CC2530_SendCmdControlCC2530
00015497   CC2530_SendCmdControlNode
00015519   CC2530_SendCmdMeterControl
0001536d   CC2530_UART6_Init

But it is not include the functions which symbol with static

Is there anyway to make a file include mapping all function w/out static in declare function?