http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53969
Bug #: 53969 Summary: internal compiler error: Segmentation fault on Android(use NDK) Classification: Unclassified Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: vincent_zhang...@hotmail.com I've downloaded source code(.Zip) from the link https://github.com/reizencroft/irrAndroid, which is a project using OGLES2.0 on irrlicht(3D render engine) and android platform. The same as the attachment. The steps to compile, to /examples/08.SpecialFX, and compile this with "$NDK/ndk-build" But, some compile errors occur: " In file included from jni/../../../source/Irrlicht/CImage.cpp:8: jni/../../../source/Irrlicht/CBlit.h: In function 'void irr::executeBlit_TextureBlend_16_to_16(const irr::SBlitJob*)': jni/../../../source/Irrlicht/CBlit.h:790: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make: *** [obj/local/armeabi/objs/IrrAndroid/CImage.o] Error 1 " I dont know Should i post this issue to GCC. :( As the compile using toolchain: toolchain is arm-linux-androideabi-4.4.3" Actually, it belongs to android-ndk-r7b-windows" Intel P6200, 2G DDR3, GPU-AMD Radeon HD 6370M Thanks