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

2011-07-22 Thread Mudric, Dusan (Dusan)
-- exiting now. Sorry. From: Wan Mohd Fairuz Wan Ismail [mailto:wanmohdfai...@mckk9903.com] Sent: Thursday, July 21, 2011 3:02 PM To: Mudric, Dusan (Dusan) Cc: Dan Kegel; John Reiser; valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Valgrind for ARM 1176 for linux I think you can cross

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

2011-07-21 Thread Wan Mohd Fairuz Wan Ismail
Maybe your binary is not in the correct directory? This is my directories after compiling Valgrind. x0152532@unx0152532:~/remote-x0152532/valgrind.1$ ls bin include lib share x0152532@unx0152532:~/remote-x0152532/valgrind.1$ ls bin callgrind_annotate cg_diff no_op_client_for_valgrind

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

2011-07-21 Thread Mudric, Dusan (Dusan)
15:26 vgpreload_memcheck-arm-linux.so From: Wan Mohd Fairuz Wan Ismail [mailto:wanmohdfai...@mckk9903.com] Sent: Thursday, July 21, 2011 11:00 AM To: Mudric, Dusan (Dusan) Cc: John Reiser; valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Valgrind for ARM 1176 for linux Maybe

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

2011-07-21 Thread Dan Kegel
On Thu, Jul 21, 2011 at 7:37 AM, Mudric, Dusan (Dusan) dmud...@avaya.com wrote: However, valgrind can not find a library. valgrind: failed to start tool 'memcheck' for platform 'arm-linux': No such file or directory strace might be able to tell you where it was looking for the library. $

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

2011-07-21 Thread Mudric, Dusan (Dusan)
PM To: Mudric, Dusan (Dusan) Cc: John Reiser; valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Valgrind for ARM 1176 for linux On Thu, Jul 21, 2011 at 7:37 AM, Mudric, Dusan (Dusan) dmud...@avaya.com wrote: However, valgrind can not find a library. valgrind: failed to start

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

2011-07-20 Thread Mudric, Dusan (Dusan)
, Dusan. From: Wan Mohd Fairuz Wan Ismail [mailto:wanmohdfai...@mckk9903.com] Sent: Wednesday, July 20, 2011 10:25 AM To: Mudric, Dusan (Dusan) Cc: valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Valgrind for ARM 1176 for linux 2011/7/20 Mudric, Dusan (Dusan) dmud

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,