# GCC on Iphone

# apt-get install csu
# apt-get install ldid
# wget http://iphone-gcc-full.googlecode.com/files/libgcc.deb
# wget http://iphone-gcc-full.googlecode.com/files/iphone-gcc.deb
# wget http://iphone-gcc-full.googlecode.com/files/headers-libs.deb
# dpkg --install libgcc.deb
# dpkg --install --force-overwrite iphone-gcc.deb
# dpkg --install headers-libs.deb
# gcc -o helloworld helloworld
# ldid -S helloworld
# ./helloworld

No comments: