i want build one stand alone shared library in android, i compile one 
sample application using  arm-linux-androideabi-gcc but when i compile i 
doesn't load standard include files  i got this  error, how to link the 
standard include files in Android


 arm-linux-androideabi-gcc -fpic -c hello.c
hello.c:1:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'.' token
In file included from hello.c:2:0:
f:\android-ndk-r8b\toolchains\arm-linux-androideabi-4.6\prebuilt\windows\bin\../lib/gcc/arm-linux-androideabi/4.6.x-google/include-fixed/stdio.h:50:23:
 
fatal error: sys/cdefs.h: No such file or directory
compilation terminated.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to