-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot open source file #6
Comments
Tested with a simple project with *.c *.o *.gcna *.gcno files all in the same directory and it works. I need some help to understand how to configure the project paths properly Thanks |
Another update if i change lcov-bat command from
to
i'm getting the following output:
any suggestion? |
HI pennam, As I understood, you are experiencing problems when you run lcov.bat from root? |
I'm having some troubles with relative paths. Running lcov.bat i'm getting this output
W:\geninfo.perl . --output-filename gcov/lcov.info --base-directory .Found gcov version: 4.8.1
Scanning . for .gcda files ...
Found 8 data files in .
Processing file_A.gcda
Processing file_B.gcda
Processing file_C.gcda
Processing file_D.gcda
Processing test_file.gcda
Cannot open source file ../../test_file.c
Processing test_file_runner.gcda
Processing file_E.gcda
Cannot open source file ../../file_E.c
Finished .info-file creation
Fixing back slashes ...
Generating html ...
The syntax of the command is incorrect.
is it possible to change the base directory of the source files leaving as it is the directory of gcda files?
pennam
The text was updated successfully, but these errors were encountered: