|
From: <jam...@th...> - 2012-01-05 18:28:04
|
I've done the standard install of Valgrind 3.7.0, but the 32 bit libraries are not installed. I need to run Valgrind on a 32 bit executable. When I try to run Valgrind on the 32 bit app, I get: valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No such file or directory :/usr/local/lib/valgrind> ls | grep memcheck memcheck-amd64-linux vgpreload_memcheck-amd64-linux.so using SUSE Linux. What can I try? |
|
From: Tom H. <to...@co...> - 2012-01-05 18:46:08
|
On 05/01/12 18:27, jam...@th... wrote: > I’ve done the standard install of Valgrind 3.7.0, but the 32 bit > libraries are not installed. I need to run Valgrind on a 32 bit > executable. When I try to run Valgrind on the 32 bit app, I get: > > valgrind: failed to start tool 'memcheck' for platform 'x86-linux': No > such file or directory > > :/usr/local/lib/valgrind> ls | grep memcheck > > memcheck-amd64-linux > > vgpreload_memcheck-amd64-linux.so > > using SUSE Linux. What can I try? You can look at the output of configure and see why it decided not to build the 32 bit tools. Mostly likely you don't have the necessary development libraries installed or something. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |