Hi All,
I want to use valgrind, I got following error while running. ========================================= 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: strlen valgrind: in an object with soname matching: ld.so.1 valgrind: was not found whilst processing valgrind: symbols from the object with soname: ld.so.1 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. valgrind: valgrind: Cannot continue -- exiting now. Sorry. ============================================= While trying to compile my code with -static falg, it gives error -lgcc_s not found. Can anybody explain what the problem is and suggest the solution as well. Also it seems quite similar as below link: http://lists.denx.de/pipermail/eldk/2008-March/000099.html This is bit urgent so please revert ASAP if anybody has the info. Thanks in avance. --- Thanks and Regards, Naeem Memon
------------------------------------------------------------------------------
_______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
