|
From: Nicholas N. <nj...@cs...> - 2007-04-28 00:28:13
|
On Fri, 27 Apr 2007, Andy Green wrote: > Valgrind looks like exactly what I need for some simulation work. I'm > having a go at writing a new tool. > > I tried to download the latest code, but unfortunately our > over-protected corporate network won't allow svn access - is there an > http access available? > > I've successfully downloaded and built the source for version 3.2.3 > However the instructions at > http://valgrind.org/docs/manual/writing-tools.html didn't work for me:- > 1. In step 6, I don't have a Makefile, only a Makefile.am. Where > should I get Makefile? > 2. autogen.sh isn't there. > > I'm guessing that I can only do this with the code from svn? Am I right, > or should I be able to build a new tool from release 3.2.3? Building new tools is much easier from SVN. >From a 3.2.3 version, there shouldn't be Makefile.am files there. Are you following the build instructions in 'README'? Nick |