News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Windows 10 CB 13.12 Build errors

Started by pdorton89, August 28, 2015, 04:43:19 PM

Previous topic - Next topic

pdorton89

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.

pdorton89

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.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

pdorton89

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.

stahta01

#4
Quote from: pdorton89 on August 28, 2015, 09:11:26 PM
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]