Re: [Valgrind-users] Valgrind for ARM 1176 for linux

2011-07-20 Thread Mudric, Dusan (Dusan)
Hi, Does it mean Valgrind can not compile for ARM1176 (ARMv6)? From the Valgrind site (http://www.valgrind.org/docs/manual/manual-core.html#manual-core.whatdoes ), it looks like Valgrind can be used on ARMv6 with some limitations. 2.11. Limitations On ARM, essentially the entire ARMv7-A

Re: [Valgrind-users] Valgrind for ARM 1176 for linux

2011-07-20 Thread John Reiser
On 07/20/2011 12:24 PM, Mudric, Dusan (Dusan) wrote: I forgot to mention one more fact. I am using NFS mount. /etc/fstab: 47.135.159.188:/exports /exports nfs intr,noauto,nolock 0 0 Here is the valgrind ls -l output. If started as NFS mounted, nothing happens:

Re: [Valgrind-users] Valgrind for ARM 1176 for linux

2011-07-20 Thread John Reiser
Does it mean that valgrind can not run with NFS mount? valgrind will run if the pieces are there, and if the pathnames are correct. Take a look at valgrind on i686 or x86_64. You must replicate that layout, from the viewpoint of the target. The output from strace -e trace=file

Re: [Valgrind-users] Valgrind for ARM 1176 for linux

2011-07-20 Thread Julian Seward
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

Re: [Valgrind-users] Valgrind for ARM 1176 for linux

2011-07-20 Thread Bart Van Assche
On Wed, Jul 20, 2011 at 9:24 PM, Mudric, Dusan (Dusan) dmud...@avaya.comwrote: I forgot to mention one more fact. I am using NFS mount. /etc/fstab: 47.135.159.188:/exports /exports nfs intr,noauto,nolock 0 0 Here is the valgrind ls -l output. If started as NFS mounted,