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 version of gcc... no (5)
configure: error: please use gcc >= 3.0 or clang >= 2.9

This is very strange, because:
~$ arm_v5t_le-gcc --version
arm_v5t_le-gcc (GCC) 4.2.0 (MontaVista 4.2.0-16.0.32.0801914 2008-08-30)

I try another cross-compiler, but it not solve problem:
$ ./configure --prefix=/tmp/valgrind --host=arm --disable-tls 
CC=/home/kirill/MVK-IP/SDK/SourceryG++/bin/arm-none-linux-gnueabi-gcc
.................................
checking for diff -u... yes
checking for a supported version of gcc... no (2009)
configure: error: please use gcc >= 3.0 or clang >= 2.9

$ ~/MVK-IP/SDK/SourceryG++/bin/arm-none-linux-gnueabi-gcc --version
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2009q1-203) 4.3.3


How can I solve this problem?

-- 
Best regards,
Brilliantov Kirill Vladimirovich


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to