Gcov not working properly (0.9.6)
Brought to you by:
pmml
I just compiled the latest minpspw 0.9.6 on windows to test gcov, so i built a simple app with the flag -fprofile-generate, the compiler generates the .gcno files as expected, but after running the app through psplink no gcda files were generated. These are the things that i found about the problem:
- I had to manually edit the prx to change the path of the gcda files.
- I had to point them to the memory stick, because they weren't created on the PC.
- I had to remove the sceKernelExitGame() call at the end of main (but this makes the app hang an exit):.
It seems libgcov needs to be patched to make it work properly. I hope you can take a look at this.
gama
gama@gmail.com