User forums > Using Code::Blocks
Won't let me build?
stahta01:
Using MinGW GCC in Code::Blocks (CB) under Windows problems types:
1. Toolchain configuration issues
http://forums.codeblocks.org/index.php/topic,18075.0.html
2. Compiler Installation issues
a. Compiler not installed
b. Compiler only partly installed
c. Compiler installation damaged
3. Compiler Conflict issues
a. Cygwin in the system path
b. MSys in the system path
c. Special folder exists on your computer.
x:\Mingw is a special folder for some Mingw GCC installs for any drive letter in place of "x"
4. CB project settings issues
a. Project/target is not using the correct Compiler
b. Project is using more than one Compiler
5. Security related issues
a. Windows security
b. Anti-Virus caused issues
stahta01:
If you really want help post a real full compiler re-build log.
NOTE: Build and Re-Build are two different things!
So, post a full compiler build log after doing a re-build or a clean/build!
Tim S.
Skipt:
Found it! It was in the /bin/ folder
Says
gcc (GCC) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
Skipt:
--- Quote from: stahta01 on August 08, 2013, 05:43:12 pm ---If you really want help post a real full compiler re-build log.
NOTE: Build and Re-Build are two different things!
So, post a full compiler build log after doing a re-build or a clean/build!
Tim S.
--- End quote ---
Okay, here is the build log when I do rebuld
--- Code: ----------------- Clean: Debug in lkjk (compiler: GNU GCC Compiler)---------------
Cleaned "lkjk - Debug"
-------------- Build: Debug in lkjk (compiler: GNU GCC Compiler)---------------
mingw32-gcc.exe -Wall -g -c C:\Users\ericreese20\Desktop\lkjk\main.c -o obj\Debug\main.o
mingw32-g++.exe -o bin\Debug\lkjk.exe obj\Debug\main.o
Execution of 'mingw32-g++.exe -o bin\Debug\lkjk.exe obj\Debug\main.o' in 'C:\Users\ericreese20\Desktop\lkjk' failed.
Nothing to be done (all items are up-to-date).
--- End code ---
stahta01:
I suggest turning off Windows Security (and any antivirus software) or building somewhere safe.
Building on the desktop might NOT be safe/permitted in Windows 8.
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version