Windows 8 Help (Code::Blocks)

In my computer programming class we have started to make games (using SDL2), I would like to start working on it from home. My problem is that Code::Blocks doesn't seem to be working right (probably my fault).

When I type a simple "Hello World" code, it builds fine, but nothing comes up, it just says "Process terminated with status 1 (0 minute(s), 0 second(s)) 0 error(s), 0 warning(s) (0 minute(s), 0 second(s))."

Am I missing something, or does Code::Blocks not work with Windows 8.
If you need any more information, please ask.
Last edited on
This sometimes happens when the linker is unable to locate the libraries it needs to link to, however in that case "it builds fine" would not be correct.
Thanks for the reply, the full build log is:

-------------- Build: Debug in Untitled (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe -o bin\Debug\Untitled.exe obj\Debug\Untitled1.o
mingw32-g++.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
Process terminated with status 1 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
___________________________
if that helps at all.
Last edited on
If it does this on new projects, I would uninstall, and make sure I reinstalled an up-to-date version of the compiler. (Code::Blocks is an IDE - it only invokes a compiler.)

The hits for this on Google show up for the (outdated) version of mingw that was bundled with the (now defunct) Bloodshed DevC++ IDE.
Topic archived. No new replies allowed.