Created
March 1, 2013 21:19
-
-
Save kristopherjohnson/5067863 to your computer and use it in GitHub Desktop.
Errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ld /Users/kdj/Library/Developer/Xcode/DerivedData/kxmovie-arodpbizpjyhwlcojwsjwswurwpa/Build/Products/Debug-iphoneos/KxMovieExample.app/KxMovieExample normal armv7 | |
cd /Users/kdj/work/kxmovie | |
setenv IPHONEOS_DEPLOYMENT_TARGET 5.1 | |
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -L/Users/kdj/Library/Developer/Xcode/DerivedData/kxmovie-arodpbizpjyhwlcojwsjwswurwpa/Build/Products/Debug-iphoneos -L/Users/kdj/work/kxmovie/libs -F/Users/kdj/Library/Developer/Xcode/DerivedData/kxmovie-arodpbizpjyhwlcojwsjwswurwpa/Build/Products/Debug-iphoneos -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks -filelist /Users/kdj/Library/Developer/Xcode/DerivedData/kxmovie-arodpbizpjyhwlcojwsjwswurwpa/Build/Intermediates/kxmovie.build/Debug-iphoneos/KxMovieExample.build/Objects-normal/armv7/KxMovieExample.LinkFileList -dead_strip -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=5.1 -lz -lavcodec -lavformat -lavutil -lswresample -lswscale -framework UIKit -framework Foundation -framework CoreGraphics -framework MediaPlayer -framework CoreAudio -framework AudioToolbox -framework Accelerate -framework QuartzCore -framework OpenGLES -o /Users/kdj/Library/Developer/Xcode/DerivedData/kxmovie-arodpbizpjyhwlcojwsjwswurwpa/Build/Products/Debug-iphoneos/KxMovieExample.app/KxMovieExample | |
ld: in /Users/kdj/work/kxmovie/libs/libavcodec.a(fft_fixed_neon.o), in section __TEXT,__text reloc 4: R_ABS reloc but no absolute symbol at target address for architecture armv7 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to kolyvan/kxmovie#25