Skip to content
schmidp edited this page Jun 25, 2011 · 14 revisions

Welcome to the toolchain4 wiki!



If you want to ./toolchain.sh buildsys
    Download iPhoneSDK4_2.pkg here

If you want to ./toolchain.sh buildsys43
     Download iPhoneSDK4_3.pkg here

If you want to ./toolchain.sh build313
     Download iPhoneSDKHeadersAndLibs.pkg (that is iPhoneSDK3.1.3) here
    Download MacOSX10.5.pkg here

If you want to ./toolchain.sh build32
     Download iPhoneSDKHeadersAndLibs_32.pkg (that is iPhoneSDK3.2) here
    and MacOSX10.5.pkg

If you use Ubuntu 11.04, please make sure you use gcc-4.4 and g++-4.4 to compile cctools

sudo apt-get install gcc-4.4 g++-4.4 gobjc-4.4 g++-4.4-multilib gcc-4.4-multilib gobjc++-4.4-multilib gobjc-4.4-multilib
sudo update-alternatives --remove-all gcc
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 44  
 --slave /usr/bin/g++ g++ /usr/bin/g++-4.4 
 --slave /usr/bin/gcov gcov /usr/bin/gcov-4.4
Clone this wiki locally