Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: tttlh on September 22, 2010, 03:12:22 pm

Title: help!!!!! what's wrong?
Post by: tttlh on September 22, 2010, 03:12:22 pm
Compiling: main.cpp
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 (0 minutes, 0 seconds)
Title: Re: help!!!!! what's wrong?
Post by: tttlh on September 22, 2010, 03:27:40 pm
it seems if i click the clean button and then try to build,it will just stop there.is it need more time or breakdown?
Title: Re: help!!!!! what's wrong?
Post by: stahta01 on September 22, 2010, 07:38:23 pm
No idea; I would guess user error.
In other words an mistake in the source code you are compiling.
Or, your compiler is installed/configured wrong.

Turn On Full Compiler Logging
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

This will help to determine the cause of the problem; By viewing/posting the rebuild log info.

Next time, you post a new thread use the correct sub-forum.
The one you picked is for help developing Code::Blocks NOT using Code::Blocks.

Also, post C/C++ coding questions on an site other than CodeBlocks.org; if it do not have Code::Blocks related question. Most coding questions do NOT have any Code::Blocks questions in them.

Tim S.