From: rsk82 <rs...@li...> - 2013-02-12 10:19:28
|
http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/ x32-4.7.2-release-posix-sjlj 0: ok 1: ok 2: ok 3: ok 4: cc1plus.exe: internal compiler error: Illegal instruction 5: cc1plus.exe: internal compiler error: Illegal instruction 6: ok 7: ok 8: cc1plus.exe: unknown software exception (0xc000001e) at 0x00f14faf 9: cc1plus.exe: unknown software exception (0xc000001e) at 0x00f14faf code is simplest as it could be: int main() { return 0; } compiling with simplest options possible: g++ test.cpp 4 and 5 are shown in console, 8 and 9 as windows MsgBox system: XP SP3 -- View this message in context: http://mingw.5.n7.nabble.com/cc1plus-exe-errors-on-4-5-8-9-of-the-4-7-2-revisions-tp30539.html Sent from the MinGW - User mailing list archive at Nabble.com. |
From: Keith M. <kei...@us...> - 2013-02-12 10:24:45
|
On 12 February 2013 10:19, rsk82 wrote: > http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/ That's an independent project, not supported here. -- Regards, Keith. |
From: niXman <i.n...@gm...> - 2013-02-12 10:28:31
|
2013/2/12 rsk82: > http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/ > > x32-4.7.2-release-posix-sjlj > 0: ok > 1: ok > 2: ok > 3: ok > 4: cc1plus.exe: internal compiler error: Illegal instruction > 5: cc1plus.exe: internal compiler error: Illegal instruction > 6: ok > 7: ok > 8: cc1plus.exe: unknown software exception (0xc000001e) at 0x00f14faf > 9: cc1plus.exe: unknown software exception (0xc000001e) at 0x00f14faf > > code is simplest as it could be: > int main() { > return 0; > } > > compiling with simplest options possible: g++ test.cpp > > 4 and 5 are shown in console, 8 and 9 as windows MsgBox > system: XP SP3 About MinGW-builds specific errors, please email to min...@li... Also, in a email tell about processor is installed on your computer. -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingwbuilds/ ___________________________________________________ Another online IDE: http://liveworkspace.org/ |
From: Renato S. <br....@gm...> - 2013-02-12 16:14:47
|
Anyone knows what's the difference between these two projects? - http://mingw-w64.sourceforge.net - http://sourceforge.net/projects/mingwbuilds |
From: Алексей П. <al...@gm...> - 2013-02-12 16:25:05
|
Mingwbuilds is project that provide MinGW toolchains based on mingw-w64 runtime. More info you can obtain from https://github.com/niXman/mingw-builds. 2013/2/12 Renato Silva <br....@gm...> > Anyone knows what's the difference between these two projects? > > - http://mingw-w64.sourceforge.net > - http://sourceforge.net/projects/mingwbuilds > > > > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list > etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > |
From: Earnie B. <ea...@us...> - 2013-02-12 16:46:05
|
On Tue, Feb 12, 2013 at 11:13 AM, Renato Silva wrote: > Anyone knows what's the difference between these two projects? > > http://mingw-w64.sourceforge.net > http://sourceforge.net/projects/mingwbuilds Are you confused? I don't know why anyone would be confused. NOTE: This is a sarcastic response, no need to respond. -- Earnie -- https://sites.google.com/site/earnieboyd |