NDK group is here: https://groups.google.com/forum/?fromgroups=#!forum/android-ndk
On Tuesday, September 25, 2012 10:26:08 AM UTC+1, Mr cool wrote: > > 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