[Valgrind-users] valgrind on pandaboard

2013-03-03 Thread nandhini chandramoorthy
Hi I am trying to use valgrind to observe memory access patterns of certain benchmarks on ARM core. I have a pandaboard with arm-cortexA9. On my x86 machine, i have sourcery codebench cross compilation tools installed. I cross compiled valgrind -- ./configure --target=arm-none-linux-gnueabi

Re: [Valgrind-users] valgrind on pandaboard

2013-03-03 Thread Dan Kegel
On Sun, Mar 3, 2013 at 7:21 AM, nandhini chandramoorthy nandhini@gmail.com wrote: I am trying to use valgrind to observe memory access patterns of certain benchmarks on ARM core. I have a pandaboard with arm-cortexA9. On my x86 machine, i have sourcery codebench cross compilation tools

Re: [Valgrind-users] valgrind on pandaboard

2013-03-03 Thread nandhini chandramoorthy
Hi I tried the following 3 things : 1. I used Code Sourcery tool chain (arm-none-linux-gnueabi-gcc) and changed $CC, $CPP, $CXX etc . Then I did ./configure --target=arm-none-linux-gnueabi --host=armv7-none-linux-gnueabi --prefix=installation-path CFLAGS=-static make make install Then I copied