Kodi Community Forum
ios 7.1 build failure - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: ios 7.1 build failure (/showthread.php?tid=198103)



ios 7.1 build failure - rmcore - 2014-06-17

All,

I am experiencing a build failure when trying to compile the Gotham branch for ios sdk 7.1.

The failure is on step 3.1 of the ios readme.

I have Xcode 5.1.1 installed. I used this configure command (after running ./bootstrap)

./configure --host=arm-apple-darwin --with-sdk=7.1

The error message I receive is as follows.

Dependencies built successfully.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C target
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C pcre
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C iphoneos7.1_armv7-target
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
CC libpcre_la-pcre_compile.lo
/var/folders/cr/r1wjfsbd2ms78hdj11bhvzp00000gn/T/pcre_compile-615c15.s:8825:']' expected -- `vst1.64 {d8,d9},[r4:128]'
/var/folders/cr/r1wjfsbd2ms78hdj11bhvzp00000gn/T/pcre_compile-615c15.s:54582:']' expected -- `vld1.64 {d8,d9},[r4:128]'
clang: error: assembler command failed with exit code 1 (use -v to see invocation)
make[4]: *** [libpcre_la-pcre_compile.lo] Error 1

Has anyone seen this before? Can anyone tell me what I am doing wrong?

Thanks.


RE: ios 7.1 build failure - Memphiz - 2014-06-18

This is not a supported build constellation as of docs/README.ios ...


RE: ios 7.1 build failure - rmcore - 2014-06-18

OK. Thanks.

It is kind of a Catch 22. The iPad pulled down an over the air update. In order to deploy an app to it I needed to download the latest Xcode. And so it goes.


RE: ios 7.1 build failure - Memphiz - 2014-06-18

Whatever Catch 22 means - yeah i know it sucks ... Smile

but apple with its clang shit is breaking depends build nearly on each xcode update and its a major undertaking to fix it ... this time even worse because the error is in some assembler code - it could be a problem with gas-preprocessor.pl aswell which is maintained by libav - but i tried with their latest and still got the same error - so no solution for now
.