katepanping / libyuv

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

arm64 ios build error #383

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[122/163] CXX obj/chromium/src/testing/gtest/src/gtest_main.gtest_main.o
[123/163] MACTOOL copy-bundle-resource ../../testing/gtest_ios/Default.png
[124/163] COPY INFOPLIST ../../testing/gtest_ios/unittest-Info.plist
FAILED: /Volumes/data/b/build/goma/gomacc c++ -MMD -MF obj/util/psnr.psnr.o.d 
-DV8_DEPRECATION_WARNINGS -DDISABLE_NACL -DCHROMIUM_BUILD 
-DCR_CLANG_REVISION=218707 -DUSE_LIBJPEG_TURBO=1 -DENABLE_CONFIGURATION_POLICY 
-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY 
-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE -DDONT_EMBED_BUILD_METADATA 
-DCLD_VERSION=1 -DDISABLE_FTP_SUPPORT=1 -DENABLE_LOAD_COMPLETION_HACKS=1 
-DUSE_LIBPCI=1 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 
-DNS_BLOCK_ASSERTIONS=1 -Igen -I../../include -I../.. -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer
/SDKs/iPhoneOS7.1.sdk -Os -gdwarf-2 -fvisibility=hidden -Wnewline-eof 
-miphoneos-version-min=7.0 -arch arm64 -Wendif-labels -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-selector-type-mismatch 
-Wno-unknown-warning-option -Wheader-hygiene -Wno-char-subscripts 
-Wno-unneeded-internal-declaration -Wno-covered-switch-default 
-Wstring-conversion -Wno-c++11-narrowing -Wno-deprecated-register -std=c++11 
-stdlib=libc++ -fno-rtti -fno-exceptions -fvisibility-inlines-hidden 
-fno-threadsafe-statics -fcolor-diagnostics  -c ../../util/psnr.cc -o 
obj/util/psnr.psnr.o
../../util/psnr.cc:72:23: error: unknown register name 'q0' in asm
    : "memory", "cc", "q0", "q1", "q2", "q3", "q7", "q8", "q9", "q10");
                      ^
1 error generated.
ninja: build stopped: subcommand failed.

Original issue reported on code.google.com by fbarch...@google.com on 3 Dec 2014 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by phthor...@gmail.com on 5 Dec 2014 at 1:00