|
From: Rajesh_Kumar <raj...@gm...> - 2008-02-08 08:52:53
|
Hi,
I want to develop a custom memory profiler tool that work with the Valgrind
Core, But whatever STEPS are given in the Valgrind Technical Documentation
for new Tool creation does not work, I am using Red Hat Linux Enterprise
Ed-3, and Valgrind-3.3.0.
I follow all the steps from 1 to 6 and when I go through the steps 7.
Run
autogen.sh
./configure --prefix=`pwd`/inst
make install
something goes wrong, Giving Error such as You must run the autogen.sh at
the top level of gnonlin directory
Please tell me the right way to Create the new Tool for Valgrind.
--
View this message in context: http://www.nabble.com/Valgrind-tool-Creation-tp15351484p15351484.html
Sent from the Valgrind - Users mailing list archive at Nabble.com.
|
|
From: Nicholas N. <nj...@cs...> - 2008-02-08 23:28:49
|
On Fri, 8 Feb 2008, Rajesh_Kumar wrote: > I want to develop a custom memory profiler tool that work with the Valgrind > Core, But whatever STEPS are given in the Valgrind Technical Documentation > for new Tool creation does not work, I am using Red Hat Linux Enterprise > Ed-3, and Valgrind-3.3.0. > > I follow all the steps from 1 to 6 and when I go through the steps 7. > Run > autogen.sh > ./configure --prefix=`pwd`/inst > make install > > something goes wrong, Giving Error such as You must run the autogen.sh at > the top level of gnonlin directory > > Please tell me the right way to Create the new Tool for Valgrind. Please put yourself in our shoes. You haven't given us enough information to answer your question. At the very least, give the specific error message. Nick |