|
From: xunilwithkrow <xun...@gm...> - 2009-04-01 05:38:50
|
hi ,
I just tried to build a new plug-in in valgrind-3.4.1. As following the doc "Writing a New Valgirnd Tool", everything goes well untill Step 8 Run.
The error "*** No rule to make target `filter_cmdline0', needed by `all-am'. Stop." happened, when I "make" the new plug-in. And I catch "filter_cmdline0" in "Makefile.am" under "/valgrind-3.4.1/mytool/tests/" . The context is like this:
...
noinst_SCRIPTS = \
filter_cmdline0 filter_linenos \
filter_fdleak filter_prophet_discards filter_stderr
...
I just want to know what's the "filter_cmdline0" for and how to fix this problem.
thanks a lot~
2009-04-25
xunilwithkrow
|