From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15147 invoked by alias); 15 Jul 2012 00:12:34 -0000 Received: (qmail 15135 invoked by uid 22791); 15 Jul 2012 00:12:31 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_RAND_2 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 15 Jul 2012 00:12:19 +0000 From: "vincent_zhangbin at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/53969] New: internal compiler error: Segmentation fault on Android(use NDK) Date: Sun, 15 Jul 2012 00:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: vincent_zhangbin at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-07/txt/msg01150.txt.bz2 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: unassigned@gcc.gnu.org ReportedBy: vincent_zhangbin@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 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