iOS HELP,On iOS,How do I compile arm64
#1
On iOS,How do I compile arm64,Who can help me
Reply
#2
Code:
./configure --host=arm-apple-darwin --with-cpu=arm64
Install Kodi on iOS without a jailbreak: iOS App Signer — donations are gratefully accepted
Reply
#3
(2016-05-23, 06:08)DanTheMan827 Wrote:
Code:
./configure --host=arm-apple-darwin --with-cpu=arm64

Old versions are also available?
Reply
#4
please reformulate that question
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
(2016-05-23, 17:50)Memphiz Wrote: please reformulate that question

?what
Reply
#6
Old versions of what ?
MrMC Forums : http://forum.mrmc.tv
Reply
#7
(2016-05-24, 05:35)MrMC Wrote: Old versions of what ?

I hope I can compile the arm64 in 16 versions.
Reply
#8
Code:
git clone -b Jarvis git://github.com/xbmc/xbmc.git kodi

That will get you V16 source code.
Learning Linux the hard way !!
Reply
#9
Kodi 16.x (Jarvis) does not support arm64 for iOS. You would have to backport the changes.

Also, tvOS does not exist under Jarvis, you would have to backport the changes.
MrMC Forums : http://forum.mrmc.tv
Reply
#10
(2016-05-24, 13:01)MrMC Wrote: Kodi 16.x (Jarvis) does not support arm64 for iOS. You would have to backport the changes.

Also, tvOS does not exist under Jarvis, you would have to backport the changes.

ssing: Permission denied
make[6]: *** [install-data-local] Error 71
make[5]: *** [install-am] Error 2
make[4]: *** [install-recursive] Error 1
make[3]: *** [install] Error 2
make[2]: *** [.installed-x86_64-osx-native] Error 2
make[1]: *** [libtool-native] Error 2
make: *** [native/.installed-x86_64-osx-native] Error 2

Can you help me?
Reply
#11
what exactly did you do until this error (start from cloning git) - also which xcode and osx version you are using - and last but not least - what is your goal? Supporting you in this makes only sense to me when you are aiming to contribute to the project.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#12
(2016-05-25, 06:59)Memphiz Wrote: what exactly did you do until this error (start from cloning git) - also which xcode and osx version you are using - and last but not least - what is your goal? Supporting you in this makes only sense to me when you are aiming to contribute to the project.

$ cd tools/depends
$ ./bootstrap
$ ./configure --host=arm-apple-darwin
$ make

xcode 7.2 osx10.11.5
Reply
#13
need to see much more of that build log.
MrMC Forums : http://forum.mrmc.tv
Reply
#14
You omitted my last but not least question...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#15
(2016-05-25, 18:41)Memphiz Wrote: You omitted my last but not least question...

I've solved it, and I need a super power.Thank you very much
Reply

Logout Mark Read Team Forum Stats Members Help
HELP,On iOS,How do I compile arm641