iPhone Toolchain for Leopard – Version 0.30
By popular demand…
Here’s a script to make your Apple OS X Leopard 10.5.1-based toolchain setup easier. Be sure your iPhone (Heavenly) directory is extracted to /usr/local/share/iphone-filesystem before using the script.
Move the script to the directory of your choice, and in that directory try:
sudo bash ./leopard_toolchain.sh
If you’re feeling lucky, run the script straight from this website:
curl http://kevinchiu.org/leopard_toolchain.sh|sudo bash
Here’s a repository that you’re welcome to contribute changes to: http://github.com/kevinchiu/iPhone-Toolchain/tree/master
Hey Kevin,
thanks a lot for providing this. It seems like the combination of Mac OS X 10.5.1 and the toolchain do not allow anymore to compile C++ programs.
From what I understand the sjlj exception handling is not supported by LLVM … this did not show up with XCode 2.5 and Mac OS X 10.4.11 … strange.