Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The syntax of the command is incorrect #8

Open
tarek-kandil opened this issue Nov 9, 2017 · 2 comments
Open

The syntax of the command is incorrect #8

tarek-kandil opened this issue Nov 9, 2017 · 2 comments

Comments

@tarek-kandil
Copy link

tarek-kandil commented Nov 9, 2017

It says genhtml.perl: ERROR: cannot create directory gcov/html/!

@Indigo6
Copy link

Indigo6 commented Apr 9, 2019

the same error

@Indigo6
Copy link

Indigo6 commented Apr 12, 2019

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants