|
From: raja g. <raj...@ya...> - 2010-04-20 02:54:21
|
Hi all, I saw that valgrind is now available for ARM/Linux in trunk which is great. Read on the mozilla developers page that ARMv5 instruction set is supported https://developer.mozilla.org/en/Debugging_Mozilla_with_Valgrind Is there support for ARMv5 or is that a typo? I went and checked out code from trunk and tried building it. In configure file, there is only support for armv7* As I wanted build for ARMv5, I hacked that line to just check for arm* and I could get valgrind to compile. But, when I tried to run it on an ARMv5, I got a SIGILL. Wanted to check if anybody has run it on an ARMv5 successfully. If it is not supported, is there any plans to do it? Thank you very much, -raja. |
|
From: Alexander P. <gl...@go...> - 2010-04-20 10:38:32
|
AFAIK Valgrind currently runs on ARMv7, but supports only ARMv5 instruction set (plus several v6 and v7 instructions). On Tue, Apr 20, 2010 at 6:54 AM, raja gobi <raj...@ya...> wrote: > Hi all, > > I saw that valgrind is now available for ARM/Linux in trunk which is great. > > Read on the mozilla developers page that ARMv5 instruction set is supported > https://developer.mozilla.org/en/Debugging_Mozilla_with_Valgrind > Is there support for ARMv5 or is that a typo? > > I went and checked out code from trunk and tried building it. In configure file, there is only support for armv7* > As I wanted build for ARMv5, I hacked that line to just check for arm* and I could get valgrind to compile. > > But, when I tried to run it on an ARMv5, I got a SIGILL. > > Wanted to check if anybody has run it on an ARMv5 successfully. If it is not supported, is there any plans to do it? > > Thank you very much, > -raja. > > > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- Alexander Potapenko Software Engineer Google Moscow |