Automation studio code coverage problem (no gcda file on target)

172 Views Asked by At

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 generated, but on runtime on target system no .gcda data is generated. I am using GCC 6.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 target memory?

0

There are 0 best solutions below