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"
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?