> /usr/local/netd_tools_v1/arm/bin/armv5b-softfloat-linux-gnu-gcc ... -marm 
> -mcpu=cortex-a8 ...

> cc1: error: bad value (cortex-a8) for -mcpu= switch

That compiler does not understand the cortex-a8 CPU.

Either get a compiler which does understand cortex-a8,
or try omitting the specification of -mcpu= entirely
(try it "by hand" first, then adjust the ./configure),
or perhaps try specifying some other -mcpu=
that is slightly less feature-ful.
One place to get a list of CPUs is "info gcc"
then search for "cortex" or "-mcpu=NAME".

--

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to