http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58971
Bug ID: 58971 Summary: Compile Error during Android 4.0.4 Building Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: liujiajie32 at qq dot com Hi,all I'm new to Android and trying to compile Linaro 12.07 Android 4.0.4 using gcc-4.4. But now I ran into an error where I can't find more info on the Internet. When building with the Command "make ....", I get the following error: target thumb C: gatord <= kernel/tools/gator/daemon/libsensors/conf-lex.c lib/conf-lex.l:38:1: internal compiler error: in get_variable_section, at varasm.c:1017 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. target thumb C: gatord <= kernel/tools/gator/daemon/libsensors/data.c make: *** [out/target/product/pandaboard/obj/EXECUTABLES/gatord_intermediates/libs ensors/conf-lex.o] Error 1 make: *** Waiting for unfinished jobs.... Do you have any ideas? Thank you in advance.