|
From: <jen...@ta...> - 2010-09-17 11:04:08
|
Hi there, I have cross compiled valgrind on a red-hat Linux box, and then installed it on a file server, there was no error during the compilation and the installation. There are three folder created on the file server under the directory defined in --Prefix, (i.e /bin,/lib & /include); On the target arm-linux box, I mounted the directory on the file server where valgrind is installedI, and then set the $PATH and $LD_LIBRARY_PATH to point to the installed \bin and \lib\valgrind folders. But when I try to run valgrind, it give me an error message "No such file or directory". Our arm linux box has a cut down version of linux, I wonder is there any library object missing on it what is needed by valgrind? Does anybody know what are the mandatory library objects in order to run valgrind on a arm-linux box? (I cannot run strace on our box, so I can't find them myself). Thanks Jenny |