View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#10
I Compiled valgrind-3.6.0-SVN-r11479 for fremantle (inside scratchbox2). I didn't make any code changing, I only tuned configure script (cite: http://permalink.gmane.org/gmane.com...valgrind/10563)

Code:
Index: configure.in
===================================================================
--- configure.in	(revision 11479)
+++ configure.in	(working copy)
@@ -158,7 +158,7 @@
         esac
         ;;
 
-     armv7*)
+     arm*)
 	AC_MSG_RESULT([ok (${host_cpu})])
 	ARCH_MAX="arm"
 	;;
It compiles without warnings. I installed it to /opt/valgrind and dropped to N900-device.

Running on the device gives same error:
Originally Posted by lma View Post

Code:
....
valgrind:  Possible fixes: (1, short term): install glibc's debuginfo
valgrind:  package on this machine.
 ...
valgrind:  Cannot continue -- exiting now.  Sorry.
I think solution is installing package: libc6-dbg
At this moment I can't install that.
 

The Following User Says Thank You to AapoRantalainen For This Useful Post: