Hi All,
I have cross compiled valgrind-3.8.1 for am335x processor by using the arm toolchain provided in TI-SDK-5.0.4. But when i try to run this application on my target board,
i am getting the below mentioned error:
root@am335x-evm:~# ./valgrind --tool=memcheck --leak-check=yes --show-reachable=
yes --num-callers=20 --track-fds=yes ./memory_leak
==1905== Memcheck, a memory error detector
==1905== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==1905== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==1905== Command: ./memory_leak
==1905==
valgrind: Fatal error at startup: a function redirection
valgrind: which is mandatory for this platform-tool combination
valgrind: cannot be set up. Details of the redirection are:
valgrind:
valgrind: A must-be-redirected function
valgrind: whose name matches the pattern: memcpy
valgrind: in an object with soname matching: ld-linux.so.3
valgrind: was not found whilst processing
valgrind: symbols from the object with soname: ld-linux.so.3
valgrind:
valgrind: Possible fixes: (1, short term): install glibc's debuginfo
valgrind: package on this machine. (2, longer term): ask the packagers
valgrind: for your Linux distribution to please in future ship a non-
valgrind: stripped ld.so (or whatever the dynamic linker .so is called)
valgrind: that exports the above-named function using the standard
valgrind: calling conventions for this platform. The package you need
valgrind: to install for fix (1) is called
valgrind:
valgrind: On Debian, Ubuntu: libc6-dbg
valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo
valgrind:
valgrind: Cannot continue -- exiting now. Sorry.
From the below mentioned link, i came to know that, valgrind is supported in armv7a based processor.
http://e2e.ti.com/support/embedded/linux/f/354/t/93606.aspx
Please let me know the solution of the above mentioned issue.
Regards,
Ravi Chobey