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 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 ".

Which toolchain?
(You're compiling the benchmarks and valgrind with the same toolchain, right?)
What does 'file' say about the bad binary, and about good ones?
- Dan

------------------------------------------------------------------------------
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