Hi, I installed GCC from cydia, but I can't even compile the following hello world file
"
#include <stdio.h>
int main(){
printf("hello world\n");
}
"
My iphone is 2.1 And it seems that GCC from cydia don't contain necessary headers, anyone got gcc running on iphone?
Anyone share the headers with me?
Thanks!
"
#include <stdio.h>
int main(){
printf("hello world\n");
}
"
My iphone is 2.1 And it seems that GCC from cydia don't contain necessary headers, anyone got gcc running on iphone?
Anyone share the headers with me?
Thanks!