bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gcov or gcc error


From: Hans-Bernhard Broeker
Subject: Re: gcov or gcc error
Date: 6 Mar 2002 16:13:59 GMT

Margus Metskivi <address@hidden> wrote:

> Is there anybody who has a good experience with gcov coverage program? 
> Here we have quite a big project with many .so libraries. 

What exactly does "with...libraries" mean, here? Is the file you're
trying to run gcov on compiled into one of these .so libraries,
itself?  Are those shared libraries your project is "with" system-wide
installed libraries, or private libraries used only by your own code?

In case of doubt, I'ld recommend doing a build with static libs for
gcov work, instead.

[...]
> error. Debugging of gcov shows that real count of program "arcs"
> when executing cpp code does not match arc number written somewhere
> in .bb, .bbg or .da files.  Are there any ideas how to make gcov
> work?

Please give the precise version number of GCC, binutils and the platform
you're experiencing this problem on, too.  
-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]