Hi!
I am trying to use the gcov function to generate a coverage text file of the minimad mp3 decoder. The problem is, Im running Cygwin and the only way to compile minimad.c is with the make minimad.exe command (gcc -fprofile-arcs -ftest-coverage minimad.c does not work in Cygwin as far as I can understand).
Can anyone help me compile minimad.c with coverage in Cygwin??!!
Regards, Håvard