Author Topic: Windows 10 CB 13.12 Build errors  (Read 3047 times)

Offline pdorton89

  • Single posting newcomer
  • *
  • Posts: 3
Windows 10 CB 13.12 Build errors
« 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.

Offline pdorton89

  • Single posting newcomer
  • *
  • Posts: 3
Re: Windows 10 CB 13.12 Build errors
« Reply #1 on: August 28, 2015, 07:01:18 pm »
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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline pdorton89

  • Single posting newcomer
  • *
  • Posts: 3
Re: Windows 10 CB 13.12 Build errors
« Reply #3 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Windows 10 CB 13.12 Build errors
« Reply #4 on: August 28, 2015, 09:58:06 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.
« Last Edit: August 28, 2015, 10:29:50 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org