User forums > Help
Compiler Toolchain Setting seems to be ignored in Version 20.03
patraxbi:
I deleted the default.conf , I entered codeblocks. went in the project. I cleared the project from "build" on that bar , then tried to build it. It won't work. I'm trying to see if it is Bitdefender's fault.
EDIT: OK, so I went through BITDEFENDER's notification and I couldn't find a thing. then I stopped the antivirus and tried do run codeblocks. it doesn't work either. Yeah.... could it be from something else other than the antivirus? some other application which could interffere ? I'm already sick of this
stahta01:
--- Quote from: patraxbi on April 30, 2020, 09:15:38 pm ---I deleted the default.conf , I entered codeblocks. went in the project. I cleared the project from "build" on that bar , then tried to build it. It won't work. I'm trying to see if it is Bitdefender's fault.
--- End quote ---
Do you not know what rebuild means!
Build -> Rebuild (CTRL + F11)
Tim S.
patraxbi:
--- Quote from: stahta01 on April 30, 2020, 09:29:45 pm ---
--- Quote from: patraxbi on April 30, 2020, 09:15:38 pm ---I deleted the default.conf , I entered codeblocks. went in the project. I cleared the project from "build" on that bar , then tried to build it. It won't work. I'm trying to see if it is Bitdefender's fault.
--- End quote ---
Do you not know what rebuild means!
Build -> Rebuild (CTRL + F11)
Tim S.
--- End quote ---
I know what rebuild means. I did that. I just suck at explaining things.
I've done build -> rebuild twice
and build -> clear and build -> build once
and in all of those cases it apeared the same build log.... I'm already sick of it.
stahta01:
This is what a real rebuild looks like.
--- Code: ----------------- Clean: Debug in testrebuild (compiler: GNU GCC Compiler)---------------
Cleaned "testrebuild - Debug"
-------------- Build: Debug in testrebuild (compiler: GNU GCC Compiler)---------------
x86_64-w64-mingw32-gcc.exe -Wall -g -c C:\SourceCode\test\testrebuild\main.c -o obj\Debug\main.o
x86_64-w64-mingw32-gcc.exe -o bin\Debug\testrebuild.exe obj\Debug\main.o
Output file is bin\Debug\testrebuild.exe with size 295.02 KB
Process terminated with status 0 (0 minute(s), 5 second(s))
0 error(s), 0 warning(s) (0 minute(s), 5 second(s))
--- End code ---
Edit add C++ rebuild
--- Code: ----------------- Clean: Debug in testcpprebuild (compiler: GNU GCC Compiler)---------------
Cleaned "testcpprebuild - Debug"
-------------- Build: Debug in testcpprebuild (compiler: GNU GCC Compiler)---------------
x86_64-w64-mingw32-g++.exe -Wall -fexceptions -g -c C:\SourceCode\test\testcpprebuild\main.cpp -o obj\Debug\main.o
x86_64-w64-mingw32-g++.exe -o bin\Debug\testcpprebuild.exe obj\Debug\main.o
Output file is bin\Debug\testcpprebuild.exe with size 315.35 KB
Process terminated with status 0 (0 minute(s), 6 second(s))
0 error(s), 0 warning(s) (0 minute(s), 6 second(s))
--- End code ---
stahta01:
You must understand!
You do not know how to use Code Tags.
You do not know how to start a new thread.
But, you are positive the anti-virus is not the cause.
You have failed to post a full rebuild log.
No idea why you have failed; till we get one the only guess we have is user error or the Anti-virus is causing the problem.
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version