|
From: Tom H. <to...@co...> - 2014-03-02 11:03:17
|
On 02/03/14 10:42, Avi Gozlan wrote: > In the past it was possible to analyze 32bit applications on 64bit OS as mentioned in this post: http://sourceforge.net/p/valgrind/mailman/message/23606386/ Still is. > I have a similar situation, thus I crossed compiled Valgrind to run it on a X86_64 target. It analyzes 64bit applications very well. However, when trying to analyze 32bit applications I get: > valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such file or directory Then it appears that it probably didn't find the 32 bit toolchain when you built it - check the output of configure to see what it says. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |