leeslove / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

android aarch64 build #364

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
chromium build bot fails on 64 bit android
http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_
recipe/builds/8093

FAILED: /mnt/scratch0/b_used/build/goma/gomacc 
/mnt/scratch0/b_used/build/slave/android_arm64_dbg_recipe/build/src/third_party/
android_tools/ndk//toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bi
n/aarch64-linux-android-g++ -MMD -MF 
obj/third_party/libyuv/source/libyuv_neon.compare_neon.o.d 
-DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL 
-DCHROMIUM_BUILD -DUSE_LIBJPEG_TURBO=1 -DENABLE_WEBRTC=1 
-DUSE_PROPRIETARY_CODECS -DENABLE_BROWSER_CDMS -DENABLE_CONFIGURATION_POLICY 
-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY 
-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE -DENABLE_EGLIMAGE=1 
-DENABLE_AUTOFILL_DIALOG=1 -DCLD_VERSION=1 -DENABLE_PRINTING=1 
-DENABLE_MANAGED_USERS=1 -DVIDEO_HOLE=1 -DENABLE_LOAD_COMPLETION_HACKS=1 
-DUSE_OPENSSL=1 -DUSE_OPENSSL_CERTS=1 -DANDROID -D__GNU_SOURCE=1 
-DUSE_STLPORT=1 -D_STLP_USE_PTR_SPECIALIZATIONS=1 '-DCHROME_BUILD_ID=""' 
-DHAVE_SYS_UIO_H -DDYNAMIC_ANNOTATIONS_ENABLED=1 
-DWTF_USE_DYNAMIC_ANNOTATIONS=1 -D_DEBUG -Igen 
-I../../third_party/libyuv/include -I../../third_party/libyuv 
--param=ssp-buffer-size=4 -fno-strict-aliasing -Wno-unused-parameter 
-Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC 
-Wno-unused-local-typedefs -mfpu=neon -Wno-format -ffunction-sections 
-funwind-tables -g -fno-short-enums -finline-limit=64 -Wa,--noexecstack 
--sysroot=/mnt/scratch0/b_used/build/slave/android_arm64_dbg_recipe/build/src/th
ird_party/android_tools/ndk//platforms/android-L/arch-arm64 
-isystem/mnt/scratch0/b_used/build/slave/android_arm64_dbg_recipe/build/src/thir
d_party/android_tools/ndk//sources/cxx-stl/stlport/stlport -Os -g -gdwarf-4 
-fdata-sections -ffunction-sections -funwind-tables -g1 -fno-exceptions 
-fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wno-deprecated 
-std=gnu++11 -Wno-narrowing -Wno-literal-suffix  -c 
../../third_party/libyuv/source/compare_neon.cc -o 
obj/third_party/libyuv/source/libyuv_neon.compare_neon.o
aarch64-linux-android-g++: error: unrecognized command line option '-mfpu=neon'

Original issue reported on code.google.com by fbarch...@google.com on 29 Sep 2014 at 6:26

GoogleCodeExporter commented 9 years ago
fixed in r1099

Original comment by fbarch...@google.com on 30 Sep 2014 at 1:37