News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

help!!!!! what's wrong?

Started by tttlh, September 22, 2010, 03:12:22 PM

Previous topic - Next topic

tttlh

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)

tttlh

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?

stahta01

#2
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]