I have a helloworld.c file, with the contents :
#include "stdio.h"
main{ printf"Hello World\n");}
I compile it using the arm-apple-darwin-gcc-4.0.1 toolchain and create a hello.out executable.
Can i run this execuatble on iPhone Simulator / terminal ?