level 1
Re: Build error: Execution of 'mingw32-g++.exe failed
«Reply #1 on:November 24, 2013, 06:34:05 am »
Try moving your project and source files to a more normal location.
this location 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\CodeBlocks' is not a good one.
Note: Based on the build log I am not sure the path above is where the sources files/project files are located or the working folder location.
I do NOT have time to look it up tonight. And, likely will forget by morning.
Tim S.
«Last Edit: November 24, 2013, 06:36:24 am by stahta01»
Logged
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 32 bit.
On Debian Testing, compiling CB Trunk against wxWidgets 3.0.2.
--
When in doubt, read the CB WiKi FAQ.http://wiki.codeblocks.org
BlueHazzard
Lives here!
Posts: 1065
Re: Build error: Execution of 'mingw32-g++.exe failed
«Reply #2 on:November 24, 2013, 03:37:38 pm »
this error can have various sources and it is quite hard to find the proper solution. Some hints:
* Check the settings in: Settings->Compiler->toolchain executables
* Check if you can run the command from a command line
* Check if you have access/write permission on any folder/file used in your build process
greetings
Logged
dinosaurgirl
Single posting newcomer
Posts: 2
2017年01月01日 18点01分