eclipse CDT - Cannot open .gcda files

Posted by Taani on Stack Overflow See other posts from Stack Overflow or by Taani
Published on 2012-10-23T10:57:39Z Indexed on 2012/10/23 11:00 UTC
Read the original article Hit count: 303

Filed under:
|
|
|
|

I am developing a coverage data tool in eclipse cdt. I used gcov and build and execute my C program to generate .gcda and .gcno files.

When double click on .gcda file to see the coverage data, below error message displays.

An error has occurred. See error log for more details. org.eclipse.linuxtools.binutils.utils.STSymbolManager.demangle(Lorg/eclipse/cdt/core/IBinaryParser$IBinaryObject;Ljava/lang/String;Lorg/eclipse/core/resources/IProject;)Ljava/lang/String;

But I already downloaded and save org.eclipse.linuxtools.binutils_4.0.0.201209191645.jar into plugins directory.

Where am I doing wrong?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about cygwin