This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
ARM cross mismatch error
- From: naveen yadav <yad dot naveen at gmail dot com>
- To: binutils at sourceware dot org, rearnsha at arm dot com, matthew dot gretton-dann at arm dot com, hans-peter dot nilsson at axis dot com, gcc-help at gcc dot gnu dot org, gcc-help at gnu dot org, linaro-toolchain at lists dot linaro dot org
- Date: Wed, 31 Oct 2012 18:40:25 +0530
- Subject: ARM cross mismatch error
Dear All,
We have ARM cross compiler, and building our code. we got below error.
we have GCC Linaro 4.6.4.
arm-linux-gnueabi/bin/ld: DIV usage mismatch between
/home/Release/libasm.a(Blt32_Neon.o) and /home/Release/liblayer.so
arm-linux-gnueabi/bin/ld: failed to merge target specific data of file
/home/Release/libasm.a(Blt32_Neon.o)
is it related to below link ?
http://sourceware.org/ml/binutils/2012-03/msg00211.html
thanks