How do I use code coverage(gcov) in MPC5748G?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I use code coverage(gcov) in MPC5748G?

475 Views
chaejeongsoo
Contributor I

I am testing with MPC5748G EVM.

I proceeded as follows to use code coverage.

1. Properties -> C/C++ Build -> Settings -> Standard S32DS C Compiler -> Debugging

    Check "Generate gcov information"

 coverage.PNG

When the build, the * .gcno file is created.

but I ran it after the build, but the * .gcda file was not created.

How do I use code coverage(gcov) in MPC5748G?

0 Kudos
0 Replies