How to compile simple C file using GNU C Compiler/gcc & Mobile-Terminal on the iPhone?! Do I need extra files?

link|improve this question
iPhones don't come with compilers installed on them, let alone a full blown GCC installation. If you want to develop for an iPhone, you should use the official SDK. – user57368 Feb 28 '09 at 1:07
1  
You're best bet would be to use an SSH client for the iPhone and connect to some shell account you have on the Internet. – BobbyShaftoe Feb 28 '09 at 1:34
Did you already jailbreak your iphone? Only then can use use a GNU c compiler. – Roalt Mar 15 '09 at 20:11
feedback

3 Answers

There is a nice iphone os c/c++ compiler by (pH - Pedro Henrique). look at http://www.spaziocellulare.com/ispazio/2009/03/29/iphone-os-cc-compiler-cydia/ or search cydia for the package.

link|improve this answer
feedback

yes, you need setup extra packages from Cydia. -Make -iphone 1.1.1 headers the second one is no more available from Cydia. but there is header file from iphone SDK must insert manually: http://www.megaupload.com/?d=55ZNOCKI I'm not sure but i think it must unzip in ~/var/include (search about it!).

link|improve this answer
feedback

you must insert header files in "/private/var/include"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown