.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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -