Code::Blocks Forums
User forums => Help => Topic started by: pdorton89 on August 28, 2015, 04:43:19 pm
-
I have been trying to get C::B to work on my lenovo Edge windows 10 laptop. I got the third file from the binary download page and when I run my program I get build errors and nothing will run correctly.
Any help with this would be amazing. New to C::B and have no idea where to look for error codes, ect.
-
My exact error message is this,
Execution of 'mingw32-g++.exe -o bin\Debug\HW1-Dorton.exe obj\Debug\main.o' in 'C:\ProgrammingProjects\HW1-Dorton' failed.
-
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
-
Went through the Wiki, but could not find anything on this error. I have been looking through my files and there is no mingw32-g++.exe for me to use and don't know how to stop C::B from trying to use it.
Any help would be awesome.
-
Went through the Wiki, but could not find anything on this error. I have been looking through my files and there is no mingw32-g++.exe for me to use and don't know how to stop C::B from trying to use it.
Any help would be awesome.
PLEASE post a full build log!!
Or I will just ignore you like you ignored me!
Edit: Reread your message if Compiling only C programs you need to change CB toolchain settings to use only mingw32-gcc.exe for linking.
Tim S.