Closed GoogleCodeExporter closed 9 years ago
Hi
now am try build on linux the above error ok but i get the below one that come
from root.mk file in the line
export CFLAGS_COMMON+= -march=$(MARCH) -mtune=cortex-a8 -mfpu=neon
-DHAVE_NEON=1 \
if i remove the params -march=$(MARCH) -mtune=cortex-a8 -mfpu=neon it works and
complete the build but in this case we dont have any effect for NEON=yes.
the error :
tinyWRAP_wrap.cxx:1: error: bad value (cortex-a8) for -mtune= switch
tinyWRAP_wrap.cxx:1: error: bad value (armv7-a) for -march= switch
tinyWRAP_wrap.cxx:1: error: invalid floating point option: -mfpu=neon
make[1]: *** [tinyWRAP_wrap.o] Error 1
any idea ?
Original comment by wmas...@gmail.com
on 22 Sep 2011 at 8:51
Original comment by boss...@yahoo.fr
on 21 Jun 2012 at 3:03
Original issue reported on code.google.com by
wmas...@gmail.com
on 21 Sep 2011 at 7:31