|
From: Jogeshwar A. (RBEI/E. CM-PS/ETC1)
<Ash...@de...> - 2009-11-27 10:23:01
|
Hello, To start with i will say that i am novice with Linux. We are developing an application in C++ for the given platform : Ubuntu 9.04 + ARM 9 iMX25 series processor. We are usinng Vmware on Windows for our development. We would like to use Valgrind as a profiling tool for our system. What i want to know is does Valgrind support this platform. Ofcourse i have seen that you do support porting for ARM platforms on Linux but i just wanted your opinion on this. Any other comments are welcome Mit freundlichen Grüßen / Best regards Ashish Jogeshwar Robert Bosch Car Multimedia GmbH Bosch Electronic Service Robert-Bosch-Straße 200 31139 Hildesheim GERMANY www.bosch.com<http://www.bosch.com> ash...@de...<mailto:ash...@de...> Sitz: Hildesheim, Registergericht: Amtsgericht Hildesheim HRB 201334 Geschäftsführung: Uwe Thomas, Robby Drave, Egbert Hellwig, Dirk Hoheisel |
|
From: Tim P. <ec...@ec...> - 2009-11-27 12:33:27
|
On Fri, 2009-11-27 at 11:22 +0100, Jogeshwar Ashish (RBEI/ECV1 CM-PS/ETC1) wrote: > Hello, > > To start with i will say that i am novice with Linux. > We are developing an application in C++ for the given platform : > Ubuntu 9.04 + ARM 9 iMX25 series processor. > We are usinng Vmware on Windows for our development. > We would like to use Valgrind as a profiling tool for our system. The only problem I have ever encountered is when trying to progmatically determine if, indeed the environment is virtual from within a program (UD2 instruction) however this was using Xen. Additionally, it wasn't hard to work around the SIGILL subsequently raised. A little more detail is here: https://bugs.kde.org/show_bug.cgi?id=191062 Beyond that, I have yet to have problems using Valgrind on any decent emulator or virtualization platform. I've never used VMWare on a Windows host, but I can't imagine that the guest would be any different. ICBW. Cheers, --Tim -- Monkey + Typewriter = Echoreply ( http://echoreply.us ) |
|
From: Dan K. <da...@ke...> - 2009-11-27 22:49:36
|
Valgrind does not yet support arm. Can you also do an x86 build and valgrind that? On Nov 27, 2009 2:24 AM, "Jogeshwar Ashish (RBEI/ECV1 CM-PS/ETC1)" < Ash...@de...> wrote: Hello, To start with i will say that i am novice with Linux. We are developing an application in C++ for the given platform : Ubuntu 9.04 + ARM 9 iMX25 series processor. We are usinng Vmware on Windows for our development. We would like to use Valgrind as a profiling tool for our system. What i want to know is does Valgrind support this platform. Ofcourse i have seen that you do support porting for ARM platforms on Linux but i just wanted your opinion on this. Any other comments are welcome Mit freundlichen Grüßen / Best regards *Ashish Jogeshwar * Robert Bosch Car Multimedia GmbH Bosch Electronic Service Robert-Bosch-Straße 200 31139 Hildesheim GERMANY *www.bosch.com* <http://www.bosch.com> *ash...@de...* <ash...@de...> Sitz: Hildesheim, Registergericht: Amtsgericht Hildesheim HRB 201334 Geschäftsführung: Uwe Thomas, Robby Drave, Egbert Hellwig, Dirk Hoheisel ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Valgrind-users mailing list Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users |