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
--host=armv7-none-linux-gnueabi  --prefix=<installation-path> CFLAGS=-static
make
make install

Everything was fine. Then I copied the installation folder to my
pandaboard. When i try to run valgrind, i only get "cannot execute binary
executable ". Am I doing something wrong here ? I tried changing options
from -marm -mcpu=cortex-a8  to  -march=armv7 -mcpu=cortex-a9. it does not
work. Coud you please help ? I really need to get this working as quickly
as possible.
thanks,

Nandhini
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to