Re: [Valgrind-users] Running Valgrind on ARM?

2010-06-10 Thread JoSH Lehan
Thanks, I will do that. Interestingly, the instruction is the very *first* instruction encountered by the executable as it begins to run, as the address of the offending instruction is exactly the same address that execution begins at. This leads me to suspect a setup or configuration problem, wi

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-10 Thread Bart Van Assche
On Thu, Jun 10, 2010 at 5:37 PM, Saranya P. L wrote: > > When I try to cross compile valgrind-3.5.0 for ppc and my host is x86 Linux , > I am getting the following error > checking for /proc/self/fd... configure: error: cannot check for file > existence when cross compiling > > I heard that this

[Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-10 Thread Saranya P. L
Hi, When I try to cross compile valgrind-3.5.0 for ppc and my host is x86 Linux , I am getting the following error checking for /proc/self/fd... configure: error: cannot check for file existence when cross compiling I heard that this bug is already raised for 3.5.0 and the bugId is #204843