News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

build doesn't create an exe-file

Started by wpjo, April 24, 2014, 04:06:09 PM

Previous topic - Next topic

wpjo

When trying to build a program for the first time, I get systematically the return message:

<<
Execution of 'mingw32-g++.exe -Wall -g -march=i586 -g  -c "C:\...\CodeBlocks\test-1\test-1' failed.
>>

And the debugger says:

<<
Starting debugger: C:\MinGW\bin\gdb.exe -nx -fullname  -quiet  -args "C:/.../test-1/test-1/bin/Debug/test-1.exe"
done
...
Starting the debuggee failed: No executable specified, use `target exec'.
>>

Why doesn't the program not create a "test-1.exe" ? What went wrong with the settings ?
Regards,
wpjo

BlueHazzard

you don't have installed a compiler, or your settings for the path to the compiler are wrong...
check the settings under Settings->Compiler->Toolchain executables

greetings