http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57085
--- Comment #5 from Uros Bizjak <ubizjak at gmail dot com> 2013-04-28 10:18:03 UTC --- (In reply to comment #4) > That's the original C code, not the _preprocessed_ C code. It still depends > on > numerous headers files to compile. Please just do > > > <your android arm gcc> <your compile options> -E -o contents.i contents.c > > and attach contents.i. ... or add -save-temps to the complete compilation command, as described in [1]. [1] http://gcc.gnu.org/bugs/