|
From: Chris E. <chr...@gm...> - 2007-02-15 20:58:48
|
Hello, I'm following the build instructions on page 136 of the manual (section 4.2.5 "Getting Started") for getting started with a new tool, but when I make install I get the following error: Making install in tests make[3]: Entering directory `/cs/student/ceberz/arch/src/valgrind/branchpred/tests' make[3]: *** No rule to make target `install'. Stop. make[3]: Leaving directory `/cs/student/ceberz/arch/src/valgrind/branchpred/tests' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/cs/student/ceberz/arch/src/valgrind/branchpred' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/cs/student/ceberz/arch/src/valgrind' make: *** [install] Error 2 The manual doesn't really say anything about setting up docs and test directories, but it seems like not doing so is causing me to have this error? Thanks, - Chris |
|
From: Julian S. <js...@ac...> - 2007-02-15 21:16:39
|
On Thursday 15 February 2007 20:58, Chris Eberz wrote: > Hello, > > I'm following the build instructions on page 136 of the manual (section > 4.2.5 "Getting Started") That might be a bit out of date (I don't know). Did you do all the magic things mentioned in slide 57 of http://www.valgrind.org/docs/iiswc2006.pdf ? J |
|
From: Nicholas N. <nj...@cs...> - 2007-02-16 00:23:58
|
On Thu, 15 Feb 2007, Chris Eberz wrote: > I'm following the build instructions on page 136 of the manual (section > 4.2.5 "Getting Started") for getting started with a new tool, but when I > make install I get the following error: > > Making install in tests > make[3]: Entering directory > `/cs/student/ceberz/arch/src/valgrind/branchpred/tests' > make[3]: *** No rule to make target `install'. Stop. > make[3]: Leaving directory > `/cs/student/ceberz/arch/src/valgrind/branchpred/tests' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/cs/student/ceberz/arch/src/valgrind/branchpred' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/cs/student/ceberz/arch/src/valgrind' > make: *** [install] Error 2 > > The manual doesn't really say anything about setting up docs and test > directories, but it seems like not doing so is causing me to have this > error? This shouldn't be happening. Are the instructions in the top-level README the same as in the manual? They should work. Can you give more info: version, what commands you ran, and full output of those commands. Thanks. Nick |
|
From: Chris E. <chr...@gm...> - 2007-02-16 05:54:02
|
Julian's information helped me solve the problem. I think the difference between the PDF slides and the manual on the website is that the manual doesn't tell you to also create a "tests" and "docs" directory each with a blank Makefile.am, and it also doesn't tell you add the directory name to the TOOLS variable. Likewise though, I don't think that the slides meantioned that you need to also add the directory to the SUBDIRS variable. Thanks, - Chris On 2/15/07, Nicholas Nethercote <nj...@cs...> wrote: > > On Thu, 15 Feb 2007, Chris Eberz wrote: > > > I'm following the build instructions on page 136 of the manual (section > > 4.2.5 "Getting Started") for getting started with a new tool, but when I > > make install I get the following error: > > > > Making install in tests > > make[3]: Entering directory > > `/cs/student/ceberz/arch/src/valgrind/branchpred/tests' > > make[3]: *** No rule to make target `install'. Stop. > > make[3]: Leaving directory > > `/cs/student/ceberz/arch/src/valgrind/branchpred/tests' > > make[2]: *** [install-recursive] Error 1 > > make[2]: Leaving directory > `/cs/student/ceberz/arch/src/valgrind/branchpred' > > make[1]: *** [install-recursive] Error 1 > > make[1]: Leaving directory `/cs/student/ceberz/arch/src/valgrind' > > make: *** [install] Error 2 > > > > The manual doesn't really say anything about setting up docs and test > > directories, but it seems like not doing so is causing me to have this > > error? > > This shouldn't be happening. Are the instructions in the top-level README > the same as in the manual? They should work. Can you give more info: > version, what commands you ran, and full output of those > commands. Thanks. > > Nick > |