[Bug libgcc/57085] Segmentation Fault when building a c file

ubizjak at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Apr 28 10:18:00 GMT 2013


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/



More information about the Gcc-bugs mailing list