Gcov is not generating *.gcda file -


i using gcov analyzing coverage of .c file. on compilation generation .gcna on execution not generating gcda file.
applied -fprofile-arcs -ftest-coverage flags in run.sh script. , using library -lgcov -coverage.

i running on arm compiled environment


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -