Hello there,This is Xiao Qu from University of Nebraska - Lincoln. I am trying to use "gcov" to get some coverage information of one subject.
This subject was compiled like: gcc -c -fprofile-arcs -ftest-coverage f1.c f2.c f3.c f4.c gcc -fprofile-arcs -ftest-coverage f1.o f2.o f3.o f4.o -o ff.exeThen I ran a test case on ff.exe but no .gcda file was generated. I am just wondering whether gcov could handle such case? How to do that?
Thank you very much! Xiao