|
From: Aneesh C. <Ane...@mi...> - 2010-05-21 15:28:23
|
Thanks. Regards, Aneesh ________________________________________ From: dan...@gm... [dan...@gm...] On Behalf Of Dan Kegel [da...@ke...] Sent: Friday, May 21, 2010 7:22 PM To: Aneesh Chandran Cc: val...@li... Subject: Re: [Valgrind-users] Valgrind support for target platforms On Thu, May 20, 2010 at 11:21 PM, Aneesh Chandran <Ane...@mi...> wrote: > Let me give some background information. I am using a hardware target platform with Linux OS. I am using a cross compiler. I will be compiling the code in i386 PC. But uses a cross compiler (sh4-linux). Finally the exe runs on a hardware platform (for the time being using NFS). > So i wanted to run the valgrind on my target platform. See http://valgrind.org/info/platforms.html It's a bit out of date (ARM is in better shape than shown) but it says correctly that sh4 is not yet supported. So you can use valgrind, but only by compiling your apps to run on the PC. That will catch at least the portable mistakes. - Dan http://www.mindtree.com/email/disclaimer.html |