HI everyone<div><br></div><div>i have compiled the FS with  <span style="background-color:rgb(249,249,249);line-height:1.1em">CFLAGS=&quot;-g -ggdb </span><span style="line-height:14px">-finstrument-functions</span><span style="background-color:rgb(249,249,249);line-height:1.1em">&quot;  and </span><span style="background-color:rgb(249,249,249);line-height:1.1em">MOD_CFLAGS=&quot;-g -ggdb </span><span style="line-height:14px">-finstrument-functions</span><span style="background-color:rgb(249,249,249);line-height:1.1em">&quot;, and it works done.</span></div>
<div><span style="background-color:rgb(249,249,249);line-height:1.1em">but the problem comes when i use addr2line command to translate some function address to its name. </span></div><div><span style="background-color:rgb(249,249,249);line-height:1.1em">This is the detail:</span></div>
<div><span style="background-color:rgb(249,249,249);line-height:14px">$ addr2line -e freeswitch -f -a 0x2a955d3f8a</span></div><div><span style="background-color:rgb(249,249,249);line-height:14px"><div>0x0000002a955d3f8a</div>
<div>??</div><div>??:0</div><div><br></div><div>Note: 0x2a955d3f8a is some function&#39;s address</div><div><br></div><div>I think that addr2line can NOT find freeswitch&#39;s symbols, but where it is, anyone any advice? thanks for your reply!</div>
<div><br></div><div>yours simon </div></span></div>