<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 9 July 2013 00:47, mbm_kalpesh <span dir="ltr"><<a href="mailto:mbm_kalpesh@yahoo.co.in" target="_blank">mbm_kalpesh@yahoo.co.in</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for the help.<br>
using libprofile_rt, the code is compiling and linking now and I am getting<br>
.so but no .gcno file is there. is that needed or am I missing something?<br></blockquote><div><br></div><div>The .gcno is emitted at compile time (the -ftest-coverage flag) while the .gcda is emitted when the instrumented program runs. You'll need both files.<br>

</div></div></div></div>