|
From: Rene G. <ren...@gm...> - 2010-03-13 21:26:27
|
I all, I just started to use valgrid so pull down the source tabal and following instruction in README I found that the command ./autogen.sh line is not coming in such tarbal so if any one can let me know where can get the absent autogen.sh bash file? Also I like to know If this have been compiled before for ARM platform? If yes please let me know how to do it. Thanks & best regards, Reno. |
|
From: Rene G. <ren...@gm...> - 2010-03-13 21:29:51
|
I all, I just started to use valgrid so pull down the source tabal and following instruction in README I found that the command ./autogen.sh line is not coming in such tarbal so if any one can let me know where can get the absent autogen.sh bash file? Also I like to know If this have been compiled before for ARM platform? If yes please let me know how to do it. Thanks & best regards, Reno. |
|
From: Dan K. <da...@ke...> - 2010-03-13 23:43:21
|
I suspect you can skip autogen if using a release taball. On Mar 13, 2010 1:30 PM, "Rene Gonzalez" <ren...@gm...> wrote: I all, I just started to use valgrid so pull down the source tabal and following instruction in REA... ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Valgrind-users mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Rene G. <ren...@gm...> - 2010-03-14 04:16:21
|
HI Guys, Thanks in advance fro the quick answer also I want apologize for typos I made; I even sent the mail three times (by mistake of course). The fact is I'm most interested in Memcheck since I want to run it in a small platform where I can't use UI for several reasons. So is it that posible? I mean cross compile Memcheck only for ARM and so use Memcheck only? And yes I got the tarball release; I'll try in another time to get updated source from repository trough SVN. I got next error: svn co svn://svn.valgrind.org/valgrind/trunk valgrind svn: Unknown hostname 'svn.valgrind.org' Best regards & Thank you very much. Reno. 2010/3/13 Dan Kegel <da...@ke...> > I suspect you can skip autogen if using a release taball. > > On Mar 13, 2010 1:30 PM, "Rene Gonzalez" <ren...@gm...> wrote: > > I all, > > I just started to use valgrid so pull down the source tabal and following > instruction in REA... > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > |
|
From: Brad H. <br...@fr...> - 2010-03-13 23:58:56
|
On Sunday 14 March 2010 08:29:44 am Rene Gonzalez wrote: > I all, Hi Rene, > I just started to use valgrid so pull down the source tabal and following > instruction in README I found > that the command ./autogen.sh line is not coming in such tarbal so if any > one can let me know > where can get the absent autogen.sh bash file? I guess you're using the 3.5.0 release (from http://www.valgrind.org/downloads/current.html). The README file says: Building and installing it ~~~~~~~~~~~~~~~~~~~~~~~~~~ To install from the Subversion repository : 0. Check out the code from SVN, following the instructions at http://www.valgrind.org/downloads/repository.html. 1. cd into the source directory. 2. Run ./autogen.sh to setup the environment (you need the standard autoconf tools to do so). 3. Continue with the following instructions... To install from a tar.bz2 distribution: 4. Run ./configure, with some options if you wish. The only interesting one is the usual --prefix=/where/you/want/it/installed. 5. Run "make". 6. Run "make install", possibly as root if the destination permissions require that. 7. See if it works. Try "valgrind ls -l". Either this works, or it bombs out with some complaint. In that case, please let us know (see www.valgrind.org). So there are two parts. A tarball isn't a Subversion respository, so you need to follow the instructions for "To install from a tar.bz2 distribution", starting at step 4. > Also I like to know If this have been compiled before for ARM platform? > If yes please let me know how to do it. Again from http://www.valgrind.org/downloads/current.html: "This release supports X86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux and X86/Darwin (Mac OS X)." There is some work being done on ARM, but I don't think it is present in the 3.5.0 release. You'd need to be running a subversion trunk release, and that may still have issues. Brad |
|
From: Rene G. <ren...@gm...> - 2010-03-14 17:21:04
|
HI Guys, Thanks in advance fro the quick answer also I want apologize for typos I made; I even sent the mail three times (by mistake of course). The fact is I'm most interested in Memcheck since I want to run it in a small platform where I can't use UI for several reasons. So is it that posible? I mean cross compile Memcheck for ARM so I'll be able to use Memcheck only? And yes I got the tarball release; I'll try in another time to get updated source from repository trough SVN. I got next error: svn co svn://svn.valgrind.org/valgrind/trunk valgrind svn: Unknown hostname 'svn.valgrind.org' Best regards & Thank you very much. Reno. |
|
From: Brad H. <br...@fr...> - 2010-03-14 23:38:01
|
On Monday 15 March 2010 04:20:56 am Rene Gonzalez wrote: > The fact is I'm most interested in Memcheck since I want to run it in a > small platform > where I can't use UI for several reasons. So is it that posible? I mean > cross compile Memcheck > for ARM so I'll be able to use Memcheck only? I assume so. It looks like valgrind is available on Debian ARM (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569620). However I haven't any experience with it, and won't be able to help further. > And yes I got the tarball release; I'd suggest getting that to build and work first. > I'll try in another time to get updated source from repository trough SVN. > I got next error: > svn co svn://svn.valgrind.org/valgrind/trunk valgrind > svn: Unknown hostname 'svn.valgrind.org' This works for me. Looks like a DNS problem (nothing to do with valgrind) which you need to discuss with your system admin or network provider. I do see code for armv7 in the configure script, but the documentation looks aged. You'll probably need to look back over some of the history of the valgrind-devel mailing list, and do a reasonable amount of work to get to what you want. Brad |