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
Post a Comment