On 15/01/10 21:05, Vasanta wrote: > Thanks Tom. When I compile, I gets some binaries in bin directory and > some so files and scripts in lib directory, I copied all those images > onto target, also my path looks correct, but I always gets same error > "memcheck".
You need to do "make install" to install it - that will show you where the files need to go. Then copy them over to the target system in the same locations. Broadly speaking however the lib files need to go in /usr/lib/valgrind as I explained in my previous message. 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
