xiaoxinda / imsdroid

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

build g729 error #428

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
i want to build g729 according your steps. svn-->copy-->make
but i get the following error:
my compile env:
1)mac os,gcc 4.6, 
2)ndk-r8c,android-sdk4.2

by the way ,i skip compile g729 and use ../bindings/java/android/commercial.sh 
script and set the g972=yes, 
i get the output successfully.but i don't know whether the package support g729.

(cd ../g729b ; make -f droid-makefile install)
arm-linux-androideabi-gcc   
-I/users/user/android-ndk/platforms/android-3/arch-arm/usr/include 
-L/users/user/android-ndk/sources/cxx-stl/gnu-libstdc++/4.6/include 
-msoft-float -fpic -fno-exceptions -mthumb-interwork -funwind-tables 
-fstack-protector -D__arm__ -D__ARM_ARCH__ -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ 
-D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -MMD -MP -fno-short-enums -DWEBRTC_ANDROID 
-DWEBRTC_ARCH_ARM -D__ANDROID__ -DANDROID=1  -ffunction-sections 
-fdata-sections -march=armv5te -mtune=xscale -fomit-frame-pointer 
-fno-strict-aliasing -finline-limit=64 -Os -s -static -D__unix__  arm -c -o 
acelp_ca.o acelp_ca.c
arm-linux-androideabi-gcc: error: arm: No such file or directory
make[1]: *** [acelp_ca.o] Error 1
make: *** [install] Error 2

Original issue reported on code.google.com by guanchen...@gmail.com on 2 Feb 2013 at 3:32

GoogleCodeExporter commented 8 years ago
Got the same issue with ndk-r9c. Anyone got the issue fixed?

Original comment by wangwenm...@gmail.com on 30 Sep 2014 at 3:35