Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: sirek86 on June 23, 2016, 01:53:05 am
-
Good day,
When I try to build and run, any kind of program, even the first "Hello world" it comes with message "It seems that this project has not been built yet. Do you want to build it now?" in build log:
-------------- Build: Debug in Naj_liczba (compiler: GNU GCC Compiler)---------------
[100.0%] mingw32-g++.exe -o bin\Debug\Naj_liczba.exe obj\Debug\main.o
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))
If I click "No" it comes with:
-------------- Run: Debug in Naj_liczba (compiler: GNU GCC Compiler)---------------
Checking for existence: C:\Users\Sylvio\Documents\CPP\Naj_liczba\bin\Debug\Naj_liczba.exe
Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "C:\Users\Sylvio\Documents\CPP\Naj_liczba\bin\Debug\Naj_liczba.exe" (in C:\Users\Sylvio\Documents\CPP\Naj_liczba\.)
Process terminated with status 4256912 (0 minute(s), 4 second(s))
I looked in uncle Google but without success, also on this forum about similar issue.
Did anyone had similar problem ?
-
At least 1 in 5 of posts like yours are the result of Anti-Virus software on your PC deleting the created exe.
Check that out and then post a full rebuild log; if you still want help.
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Tim S.
-
;)
You are right!
I read about it also somewhere, but I didn't think that's the problem.
Earlier I didn't had that problem, every small program was Built and ran normally.
Now I see in my Eset log file, that it was deleting each program created since last day... a bit strange that it happens now.
I'll try to create some exception for this event.
Anyway, thank you very much!
:)
-
I am at a loss with Code Blocks. It worked for a while ans then stopped and I get the failure 4256912. I also get a message saying "can't find compiler executable in your configured search path for GNU GCC compiler. I am 84 years old and will be taking an online C++ course and don't know how to fix this
-
http://forums.codeblocks.org/index.php?topic=17336.0
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
-
Read the following. Most likely the compiler was accidently deleted or the path to find the compiler is incorrect.
http://forums.codeblocks.org/index.php?topic=17336.0
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F