is there anyone who tries to do code coverage in Automation studio project? I am working on it and at compilation time the .gcno are genarated, but on runtime on target system no .gcda data is generated. I am using GCC6.3.0 with --coverage flags for C/C++ programs. Does anyone have similar case? Or maybe somebody know how to take the gcda data from tagret memory?
↧