Code::Blocks Forums

User forums => Help => Topic started by: WRaboulila on December 18, 2015, 12:06:26 pm

Title: GCC don't compile
Post by: WRaboulila on December 18, 2015, 12:06:26 pm
Hello everybody! i'm starting to use Codeblock, i've got a Windows 8 OS; i started to setup the  CodeBlokcs 13.12. and observe all recommandation requires to declare the MinGw, ad to environment system, toolchain, path, C:\MInGw\bin. When i started to launch the hellowordld program, the compiler showed me these message :

Checking for existence: C:\Users\jaoratsy\Desktop\Exercice_C\toto\bin\Release\toto.exe
Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "C:\Users\jaoratsy\Desktop\Exercice_C\toto\bin\Release\toto.exe"  (in C:\Users\jaoratsy\Desktop\Exercice_C\toto\.)
Process terminated with status -1073741510 (0 minute(s), 22 second(s))
 
 :-[. Please, would you help, thanks ;)
Title: Re: GCC don't compile
Post by: raynebc on December 18, 2015, 02:15:21 pm
Based on past posts about this error, this seems like a good place to get started:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29
Title: Re: GCC don't compile
Post by: stahta01 on December 18, 2015, 03:57:27 pm
Based on past posts about this error, this seems like a good place to get started:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29

Or maybe this FAQ
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28general%29#Q:_I_get_a_blank_.28black.29_terminal_window_on_windows (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28general%29#Q:_I_get_a_blank_.28black.29_terminal_window_on_windows)

Tim S.