¡@

Home 

2014/10/16 ¤W¤È 08:24:34

android Programming Glossary: softfp

arm-linux-androideabi-gcc is unable to create an executable - compile ffmpeg for android armeabi devices

http://stackoverflow.com/questions/12660043/arm-linux-androideabi-gcc-is-unable-to-create-an-executable-compile-ffmpeg-fo

and armv7 a devices. So i change the script's CPU part from #arm v7vfpv3 CPU armv7 a OPTIMIZE_CFLAGS mfloat abi softfp mfpu vfpv3 d16 marm march CPU PREFIX . android CPU ADDITIONAL_CONFIGURE_FLAG build_one to #arm v6 CPU armv6 OPTIMIZE_CFLAGS.. CPU PREFIX . android CPU ADDITIONAL_CONFIGURE_FLAG build_one #arm v7vfpv3 #CPU armv7 a #OPTIMIZE_CFLAGS mfloat abi softfp mfpu vfpv3 d16 marm march CPU #PREFIX . android CPU #ADDITIONAL_CONFIGURE_FLAG #build_one #arm v7vfp #CPU armv7 a #OPTIMIZE_CFLAGS.. CPU #PREFIX . android CPU #ADDITIONAL_CONFIGURE_FLAG #build_one #arm v7vfp #CPU armv7 a #OPTIMIZE_CFLAGS mfloat abi softfp mfpu vfp marm march CPU #PREFIX . android CPU vfp #ADDITIONAL_CONFIGURE_FLAG #build_one #arm v7n #CPU armv7 a #OPTIMIZE_CFLAGS..

Android build system, NEON and non-NEON builds

http://stackoverflow.com/questions/7679363/android-build-system-neon-and-non-neon-builds

videoproc video.cpp LOCAL_SRC_FILES LOCAL_NEON_SRC_FILES Now define the CFLAGS for NEON LOCAL_NEON_CFLAGS mfloat abi softfp mfpu neon march armv7 Finally add the following magical line to your Android.mk TARGET process src files tags call add src..