.gcda files not getting generated in C -
can please let me know flag have build . able generate .gcda files now. using flag compilation .
cflags_linux= -m32 -fpic -g -pg -fprofile-arcs -ftest-coverage --coverage and linking using this
ldflags_linux= -m elf_i386 -bstatic -l/usr/lib/gcc/x86_64-redhat-linux/4.1.1/32 --whole-archive -lgcov --no-whole-archive -bdynamic -shared -l/usr/lib -fprofile-arcs -ftest-coverage -lc i able generate .gcno , process coming up. when trying run process , performing operation .gcda not getting generated.
Comments
Post a Comment