Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Created March 1, 2013 21:19
Show Gist options
  • Save kristopherjohnson/5067863 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/5067863 to your computer and use it in GitHub Desktop.
Errors
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)
@kristopherjohnson
Copy link
Author

Related to kolyvan/kxmovie#25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment