Page 1 of 1

Command /Developer/Platforms/iPhoneOS.platform/Developer/usr

Posted: 29 Aug 2012 13:09
by dongyafeiying
what is my problem?
error code:

Code: Select all

[info] Building MobileVLC (MobileVLC) Build settings from command line: SDKROOT = iphoneos5.0 === BUILD NATIVE TARGET MobileVLC OF PROJECT MobileVLC WITH CONFIGURATION Release === Check dependencies Ld build/Release-iphoneos/VLC.app/VLC normal armv7 cd /Users/**/MobileVLC setenv IPHONEOS_DEPLOYMENT_TARGET 5.0 setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin:/Users/**/Documents/android-sdk-macosx/tools" /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -L/Users/**/MobileVLC/build/Release-iphoneos -L/Users/**/MobileVLC/External/MobileVLCKit -L/Users/**/MobileVLC/External/MediaLibraryKit -F/Users/**/MobileVLC/build/Release-iphoneos -filelist /Users/**/MobileVLC/build/MobileVLC.build/Release-iphoneos/MobileVLC.build/Objects-normal/armv7/VLC.LinkFileList -dead_strip -Wl,-no_pie -miphoneos-version-min=5.0 -framework Foundation -framework UIKit -framework CoreGraphics -framework OpenGLES -framework AudioToolbox -framework QuartzCore -liconv -lz /Users/**/MobileVLC/ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a /Users/**/MobileVLC/ImportedSources/MediaLibraryKit/build/Release-iphoneos/libMobileMediaLibraryKit.a -lsqlite3 -lstdc++.6 -lbz2 -lxml2 -framework CoreData -framework CoreText -framework MediaPlayer -o /Users/**/MobileVLC/build/Release-iphoneos/VLC.app/VLC ld: '_AmplifyFloat' in /Users/**/MobileVLC/ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a(libvolume_neon_plugin_la-volume.o) contains undefined reference for architecture armv7

Re: Command /Developer/Platforms/iPhoneOS.platform/Developer

Posted: 29 Aug 2012 13:25
by dongyafeiying
and what is this error:

ld: 'non_lazy_ptr' in /Users/**/Library/Developer/Xcode/DerivedData/MobileVLC-cpvmkyzzbtfxwxgslndfyhjiupsl/Build/Products/Debug-iphoneos/libMobileVLCKit.a(libdeinterlace_plugin_la-deinterlace.o) contains undefined reference for architecture armv7
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1

Re: Command /Developer/Platforms/iPhoneOS.platform/Developer

Posted: 04 Sep 2012 07:10
by dongyafeiying
I compile MobileVLC from http://wiki.videolan.org/MobileVLC,who can help me .thanks