lcov
lcov copied to clipboard
The syntax of the command is incorrect
It says genhtml.perl: ERROR: cannot create directory gcov/html/!
the same error
It says genhtml.perl: ERROR: cannot create directory gcov/html/!
I fixed it. It comes from
sub create_sub_dir($)
{
my ($dir) = "gcov\\html"; //was "gcov/html"
printf("%s\n",$dir);
system("mkdir",$dir);
}
and Windows cmd does not support 'mkdir gcov/html'