|
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 |