ykjainth / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

Buld tinyWrap using NEON=yes gives an errors #288

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use instructions on the Build wiki
2.run this command 

../bindings/java/android/buildAll.sh NEON=yes LICENSE=gpl NO_FREE=yes 
FFMPEG=yes H264=yes THEORA=yes OPENCORE_AMR=yes SPEEX_DSP=yes SPEEX_JB=yes 
SPEEX_RESAMPLER=yes SPEEX_DENOISE=1 SPEEX=yes ILBC=yes LIBGSM=yes G729=yes

What is the expected output? What do you see instead?

the build should work fine with a result on output folder 
 libtinyWRAP_armv7-a.so

but i see this error :

cp: cannot stat `libtinySAK_armv7-a.a': No such file or directory
make: *** [all] Error 1

What version of the product are you using? On what operating system?
Doubango 2.x / IMSDROID 2.x

Please provide any additional information below.

i checkout the project again from doubango but i dont find this file at all.

Original issue reported on code.google.com by wmas...@gmail.com on 21 Sep 2011 at 7:31

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 21 Jun 2012 at 3:03