|
From: Dhinakar K <k.d...@sa...> - 2005-04-15 00:56:39
|
Hi, There is a requirement in our company, to use a tool for checking the memory leak, corruption, allocation errors etc. on an embedded linux system on chip for C++ programs. The system details are given below:- 1.ATI Xilleon 226B processor 2.OS -> Linux Kernel 2.4.6 3.C++ compiler -> GCC 2.9 I would like to know if Valgrind could be used to test the target systems such as the above. Thanks & Regards, Dhinakar |
|
From: Dennis L. <pla...@in...> - 2005-04-15 10:33:05
|
Am Freitag, den 15.04.2005, 10:00 +0900 schrieb Dhinakar K: > Hi, > > There is a requirement in our company, to use a tool for checking the memory > leak, corruption, allocation errors etc. on an embedded linux system on chip > for C++ programs. > > The system details are given below:- > > 1.ATI Xilleon 226B processor What architecture is this ? Valgrind currently supports only Intel x86 Architecture (though there is an experimental ppc32 port and work is beeing done for valgrind3 for amd64) > 2.OS -> Linux Kernel 2.4.6 > 3.C++ compiler -> GCC 2.9 > > I would like to know if Valgrind could be used to test the target systems > such as the above. > > Thanks & Regards, > > Dhinakar > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |
|
From: Igmar P. <mai...@jd...> - 2005-04-15 11:30:23
|
> The system details are given below:- > > 1.ATI Xilleon 226B processor Nope, since the above is MIPS based, and valgrind doesn't support it. Igmar |
|
From: Cal E. <cer...@mv...> - 2005-04-15 14:42:55
|
This is a mips processor. He might be better served using something like dmalloc. Cal Erickson Dennis Lubert wrote: > Am Freitag, den 15.04.2005, 10:00 +0900 schrieb Dhinakar K: > >>Hi, >> >>There is a requirement in our company, to use a tool for checking the memory >>leak, corruption, allocation errors etc. on an embedded linux system on chip >>for C++ programs. >> >>The system details are given below:- >> >>1.ATI Xilleon 226B processor > > What architecture is this ? Valgrind currently supports only Intel x86 > Architecture (though there is an experimental ppc32 port and work is > beeing done for valgrind3 for amd64) > > >>2.OS -> Linux Kernel 2.4.6 >>3.C++ compiler -> GCC 2.9 >> >>I would like to know if Valgrind could be used to test the target systems >>such as the above. >> >>Thanks & Regards, >> >>Dhinakar >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Valgrind-users mailing list >>Val...@li... >>https://lists.sourceforge.net/lists/listinfo/valgrind-users > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users -- =========================================================================== Cal Erickson MontaVista Software Inc. Linux Consultant 1237 E. Arques Ave. Phone (408) 328-0304 Sunnyvale CA 94085 Fax (408) 328-9204 web http://www.mvista.com =========================================================================== |
|
From: Paul P. <ppl...@gm...> - 2005-04-16 03:46:58
|
On 4/15/05, Cal Erickson <cer...@mv...> wrote: >He might be better served using something like dmalloc. Or Insure++, which (for a while) had a Linux/MIPS distribution. AFAIK, this port died due to lack of customer interest, but the old distribution should still work. Cheers, |