search for: miphoneo

Displaying 7 results from an estimated 7 matches for "miphoneo".

Did you mean: miphoneos
2016 Sep 28
2
Xcode issues
...g llvm+clang (+ a wrapper for swift that allow me to use my clang to compile swift files) inside Xcode and I have encountered two issues with the new clang 3.9 and Xcode 8: 1) when compiling with the deployment target set to 10.0, I got this error: clang-3.9: error: invalid version number in '-miphoneos-version-min=10.0’. If I set back the deployment target to 9.3 it works fine. 2) when compiling a mixed project with both swift and objective-c source code, the compiler fail to find the “bridge” include: SOMEFILE.m:15:9: fatal error: 'Sparkasse-Swift.h' file not found #import <SOMETH...
2016 Sep 28
2
Xcode issues
...apper for swift that allow me to use my clang to compile swift files) inside Xcode and I have encountered two issues with the new clang 3.9 and Xcode 8: > > > > 1) when compiling with the deployment target set to 10.0, I got this error: clang-3.9: error: invalid version number in '-miphoneos-version-min=10.0’. If I set back the deployment target to 9.3 it works fine. > > https://reviews.llvm.org/rL275905 > > It probably landed after the 3.9 branch and unfortunately wasn’t backported. > > CC Tstellar for 3.9.1 > I created a bug to track this request: https://l...
2015 Mar 30
1
Opus on iOS - ARM64
...returns an encoded result of 1275 bytes. Configure arguments: ./configure --disable-shared --enable-static --with-pic --disable-extra-programs --disable-doc --host=arm-apple-darwin --prefix="/Users/cconover/Projects/Opus-iOS/build/built/iPhoneOS8.2-arm64.sdk" LDFLAGS=" -flto -fPIE -miphoneos-version-min=7.0 -L/Users/cconover/Projects/Opus-iOS/dependencies/lib" CFLAGS=" -arch arm64 -Ofast -flto -g -fPIE -miphoneos-version-min=7.0 -I/Users/cconover/Projects/Opus-iOS/dependencies/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/...
2016 May 02
0
Compiling for iOS & Simulator
...i all, I'm trying to compile for iOS + Simulator. My current configure arguments for my simulator builds look like: ./configure --enable-float-approx --disable-shared --enable-static --with-pic --disable-extra-programs --disable-doc --host=i386-apple-darwin_ios \ LDFLAGS="$LDFLAGS -fPIE -miphoneos-version-min=${MIN_IOS_VERSION} -L${BUILD_DIR}/opus/lib" \ CFLAGS="$CFLAGS -arch i386 ${OPT_CFLAGS} -fPIE -miphoneos-version-min=${MIN_IOS_VERSION} -I${BUILD_DIR}/opus/include -isysroot ${DEVELOPER}/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator${IOS_SDK_VERSION}.sdk&qu...
2008 Oct 31
1
[LLVMdev] r57326 malfunctions?
...f format related warnings in r56923 followed by the reapplication of r569065 with a fix (r56946)... -- llvm-gcc-4.2/trunk/gcc/config/i386/darwin.h 2008/10/01 17:38:40 56923 +++ llvm-gcc-4.2/trunk/gcc/config/i386/darwin.h 2008/10/02 06:16:08 56946 @@ -101,6 +101,8 @@ %{!mmacosx-version-min=*: %{!miphoneos-version-min=*: %(darwin_cc1_minversion)}} \ "/* APPLE LOCAL ignore -mcpu=G4 -mcpu=G5 */"\ %<faltivec %<mno-fused-madd %<mlong-branch %<mlongcall %<mcpu=G4 %<mcpu=G5 \ + "/* APPLE LOCAL enable format security warnings */"\ + %{!Wno-format:-Wformat -Wfor...
2011 May 21
0
[LLVMdev] compiler-rt compile problem for 32bit OS X
...out with: /Users/erickt/Projects/llvm/gcc-i386/llvm-build-Release/Release+Asserts/bin/clang -no-integrated-as -ccc-install-dir /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ -arch armv6 -fvisibility=hidden -DVISIBILITY_HIDDEN -mkernel -DKERNEL_USE -Wall -Werror -O3 -fomit-frame-pointer -miphoneos-version-min=1.0 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk -mthumb -c -o /Users/erickt/Projects/llvm/gcc-i386/llvm-build-Release/tools/clang/runtime/compiler-rt/clang_darwin/cc_kext/armv6/SubDir.lib/ashldi3.o /Users/erickt/Projects/llvm/llvm/projects/compiler-r...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...ize_t * numUniChars ATTRIBUTE_UNUSED) +{ + gcc_assert(0); +} + --- llvm-gcc4.2-2.4.source/gcc/config/i386/darwin.h.org 2008-11-01 22:59:42.000000000 -0400 +++ llvm-gcc4.2-2.4.source/gcc/config/i386/darwin.h 2008-11-01 23:00:37.000000000 -0400 @@ -101,8 +101,6 @@ %{!mmacosx-version-min=*: %{!miphoneos-version-min=*: %(darwin_cc1_minversion)}} \ "/* APPLE LOCAL ignore -mcpu=G4 -mcpu=G5 */"\ %<faltivec %<mno-fused-madd %<mlong-branch %<mlongcall %<mcpu=G4 %<mcpu=G5 \ - "/* APPLE LOCAL enable format security warnings */"\ - %{!Wno-format:-Wformat -Wfor...