Can someone tell me, or point me to a page that explains how to compile for the iphone once you have the toolchain?
Thanks
Printable View
Can someone tell me, or point me to a page that explains how to compile for the iphone once you have the toolchain?
Thanks
Well, there is all sorts of hello.app source out there. they all include simple makefiles. if you want to just do a simple compile, you can do:
include more or less frameworks depending on what your code needs.Code:arm-apple-darwin-cc -o main -framework IOKit -framework Foundation -framework CoreFoundation main.m