|
From: Ross B. <ro...@bu...> - 2005-02-08 11:02:22
|
Hi,
I've build valgrind from CVS for the signal improvements, but when I build
callgrind also from CVS it fails at runtime:
Can't open tool "callgrind":
/home/users/ross/bin/BUILD/lib/valgrind/vgskin_callgrind.so:
undefined symbol: vgPlain_register_compact_helper
It appears that the valgrind API has changed and callgrind isn't matching
it. What changes should I make to fix this?
Thanks,
Ross
--
Ross Burton mail: ro...@bu...
jabber: ro...@bu...
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
|
|
From: Josef W. <Jos...@gm...> - 2005-02-08 13:33:14
|
On Tuesday 08 February 2005 11:54, Ross Burton wrote: > Hi, > > I've build valgrind from CVS for the signal improvements, but when I build > callgrind also from CVS it fails at runtime: > > Can't open tool "callgrind": > /home/users/ross/bin/BUILD/lib/valgrind/vgskin_callgrind.so: > undefined symbol: vgPlain_register_compact_helper > > It appears that the valgrind API has changed and callgrind isn't matching Such things are unavoidable with CVS versions. > it. What changes should I make to fix this? Officially: Wait for next VG release. Callgrind never will suport CVS versions. But you can check out Callgrind CVS. Module callgrind in KCachegrind project at sourceforge.net. Josef > > Thanks, > Ross |
|
From: Ross B. <ro...@bu...> - 2005-02-08 14:52:28
|
On Tue, 2005-02-08 at 14:32 +0100, Josef Weidendorfer wrote: > Officially: Wait for next VG release. Callgrind never will suport CVS > versions. > But you can check out Callgrind CVS. Module callgrind in KCachegrind project > at sourceforge.net. This is with callgrind from CVS... Ross -- Ross Burton mail: ro...@bu... jabber: ro...@bu... www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF |
|
From: Josef W. <Jos...@gm...> - 2005-02-09 16:10:08
|
On Tuesday 08 February 2005 15:50, Ross Burton wrote: > On Tue, 2005-02-08 at 14:32 +0100, Josef Weidendorfer wrote: > > Officially: Wait for next VG release. Callgrind never will suport CVS > > versions. > > But you can check out Callgrind CVS. Module callgrind in KCachegrind > > project at sourceforge.net. > > This is with callgrind from CVS... Hmm... Can you try again? Yesterday I committed some changes (as response to your mail), and Sourceforge always seems to be 1 day behind for anonymous CVS access (?). Josef > > Ross |
|
From: Ross B. <ro...@bu...> - 2005-02-09 17:19:06
|
On Wed, 2005-02-09 at 14:24 +0100, Josef Weidendorfer wrote:
> Hmm... Can you try again? Yesterday I committed some changes (as response to
> your mail), and Sourceforge always seems to be 1 day behind for anonymous CVS
> access (?).
Ah, much better, thanks.
Note that I did have to insert #include <setjmp.h> into src/sim.c to
make it compile.
Thanks again,
Ross
--
Ross Burton mail: ro...@bu...
jabber: ro...@bu...
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
|