On-device toolchains: Difference between revisions

From iPhone Development Wiki
(Created page with "This is a comparison between compilers and toolchains for building iOS apps on device. {| class="wikitable" |- ! ! iphone-gcc ! LLVM+Clang for iOS |- | iOS SDK tools version ...")
 
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This is a comparison between compilers and toolchains for building iOS apps on device.
== iOS 16.0 Toolchains ==
{| class="wikitable"
 
|-
There are currently two main "toolchains" available, distributed on the [[Elucubratus]] and [[Procursus]] toolchains respectively.
!
 
! iphone-gcc
=== Eluctrabus ===
! LLVM+Clang for iOS
 
|-
Includes llvm, lldb, clang, ldid, tapi, libtapi, and cctools-port
| iOS SDK tools version
 
| 2.0
=== Procursus ===
| 6.1
 
|-
__fill this out__
| Maximum iOS SDK supported
 
| 3.2
 
| 7.0
 
|-
[[Category:Development Tools]]
| Supported ARCHS
| arm, armv6
| armv6, armv7, armv7f
|}

Latest revision as of 08:34, 23 November 2022

iOS 16.0 Toolchains

There are currently two main "toolchains" available, distributed on the Elucubratus and Procursus toolchains respectively.

Eluctrabus

Includes llvm, lldb, clang, ldid, tapi, libtapi, and cctools-port

Procursus

__fill this out__