|
From: Ragupathi <rag...@ya...> - 2006-07-20 19:57:52
|
Nicholas Nethercote <njn <at> csse.unimelb.edu.au> writes: > > On Wed, 19 Jul 2006, Ragupathi wrote: > > > Hi, > > Thanks for the reply. > > http://www.valgrind.org/downloads/variants.html?pmk > > > > I downloaded the valgrind ppc version 2.2.0. when I compiled the code for > > target . In the lib directory I found lot of files other than what you > > mentioned in the above post. > > Don't use that version. Use the latest version, 3.2.0, it supports PPC32. > My instructions are valid for 3.2.0. > > Nick > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > Hi, As with your help, I have loaded the valgrind in the target. but now I am facing one pblm. when I run valgrind it says "/homes/rduraisa/val_ppc2.4/lib/valgrind/stage2 file not found" actually I compiled valgrind using ./configure -- prefix="/homes/rduraisa/val_ppc2.4/ option. so I hope there is some linking error. I am not very used to ./configure options. so pls how to eliminate this error... thank you |