On 15/01/10 19:28, Vasanta wrote: > I installed valgrind libraries and binaries on x86 based embedded > target, I am getting "valgrind error - "failed to start tool 'memcheck' > for platform x86-linux" no such file or directory". I can see > memcheck-x86-linux file under lib, but it keeps reporting everytime. > > copied all lib and bin files which are generated after I compiled > valgrind package, when I run my exe with valgrind, I am getting above > error, any idea?
You need to put files the same directory on the target machine that they were in on the build machine (probably /usr/lib/valgrind) or valgrind won't find them. Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
