On Wednesday, July 20, 2011, John Reiser wrote:
> > Does it mean that valgrind can not run with NFS mount?

Should work fine with NFS.  I haven't heard that it doesn't.

If you want to cross-compile for Android, check out the svn trunk
and follow the instructions in README.android.

If you want a native compile for arm-linux, check out the trunk
and do

  ./autogen.sh
  ./configure --prefix=/where/you/want/it/installed
  make
  make install

Without an ARMv7 capable CPU, though, you will have problems.  Some
stuff will work, but SWP/SWPB instructions will fail.  You may find
the patches at https://bugs.kde.org/show_bug.cgi?id=276897
helpful; they are aimed at giving ARMv6 support.

J

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to