c++ - Code::Blocks process terminated with status 1 -
c++ - Code::Blocks process terminated with status 1 -
my default "hello world" code code::blocks terminated status 1. can't open it! know why?
#include <iostream> using namespace std; int main() { cout << "hello world!" << endl; homecoming 0; }
this shows when compile:
mingw32-g++.exe -o bin\debug\bucky.exe obj\debug\main.o mingw32-g++.exe: internal error: aborted (program collect2) please submit total bug report. see <url:http://www.mingw.org/bugs.shtml> instructions. process terminated status 1 (0 minute(s), 0 second(s)) 0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
thanks!
jesper c++ codeblocks
Comments
Post a Comment