On Tue, 2014-10-07 at 15:23 +0000, Vincent Gilson wrote:
> Hello,
> 
> Valgrind 3.10.0 doesn’t want to compile with my
> ‘arm-926ejs-linux-gnueabi-gcc’ compiler.
> 
>  
> 
> […]
> 
> checking host system type... arm-926ejs-linux-gnueabi
> 
> checking for a supported CPU... no (arm)
> 
> configure: error: Unsupported host architecture. Sorry
> 
> make: *** [package-configure] Error 1
> 
> […]
> 
>  
> 
> Can anyone help me ?
According to what you find in the 'configure' script, only cpus
matching armv7* are expected.
It looks like in your setup, the configure script is guessing 'arm',
and that does not match armv7*

Either you manage to persuade configure to consider your system as an
armv7*, using a valid --host=....... argument.
E.g. something like --host=armv7-unknown-linux

Alternatively you could try to 'patch' configure script
so as to replace the pattern armv7* by e.g. arm* or arm
and hope that the rest will work properly.

Philippe



------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to