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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -