Hi,

I am trying to compile a main.c  file

main.c :

#include <stdio.h>
int main()
{

printf("Helloworld\n");

return 0;
}

using toolchain available at

 /home/user/foobar/mydroid/open_src/prebuilt/linux-x86/toolchain/arm-
eabi-4.2.1/bin/arm-eabi-gcc-4.2.1  main.c

But compiler throws error it cant find stdio.h and linker error for
printf.

How to resolve this problem ? any pointers ?

Regards
Girish
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to