Hi,
Can I use valgrind on my code which has double-compare-and-swap instruction?
Thanks.
--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamles
On Wed, Jan 11, 2012 at 9:23 AM, Brilliantov Kirill Vladimirovich
wrote:
> configure: error: please use gcc >= 3.0 or clang >= 2.9
>
> How can I solve this problem?
It's a bug in the configure script. You can either modify the gcc
version check in configure.in or check out the Valgrind svn trunk
Hello!
I compile valgrind-3.7.0 for ARM.
Modified check gcc_version:
gcc_version=`${CC} --version \
| head -n 1 \
| $SED 's/i686-apple-darwin10//' \
| $SED 's/i686-apple-darwin11//' \
| $SED 's/^.*).\([0-9.]*\).*$/\1/'`# \
#| $SE
On Wed, Jan 11, 2012 at 12:23:20PM +0400, Brilliantov Kirill Vladimirovich
wrote:
> checking for a supported version of gcc... no (5)
> configure: error: please use gcc >= 3.0 or clang >= 2.9
I'd look into config.log to see how configure comes to that.
With kind regards,
Baurzhan.
-
Hello!
Configure options:
./configure --prefix=/tmp/valgrind --host=arm --disable-tls
CC=arm_v5t_le-gcc
But I get error:
checking for perl... /usr/bin/perl
checking for gdb... /usr/bin/gdb
checking dependency style of arm_v5t_le-gcc... gcc3
checking for diff -u... yes
checking for a supported ver