Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: reasoner on November 02, 2007, 07:49:39 am
-
environment:
windows xp, MinGW-5.1.3, gdb-6.3-2, wxPack_v2.8.6.01
code::blocks svn 4564
problem:
cannot build debug target or release target, though can build either of them.
the problem occured at my laptop computer, however it is fine in my pc.
code::blocks build log:
-------------- Build: Release in HelloWorld ---------------
Precompiling header: wx_pch.h
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
cc1plus.exe: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
-
http://www.mingw.org/bugs.shtml
-
I have solved the problem.
maybe it's not a bug.
I was building a wxwidget project. in the wizard I checked the "Create and use precompiled header(PCH)".
the PCH has only one copy for debug and release version, so the problem occored.
I don't know if its a dug, however I think C::B should provide different copies of PCH for both debug and release targets.