Code::Blocks Forums

User forums => Help => Topic started by: wpjo on April 24, 2014, 04:06:09 pm

Title: build doesn't create an exe-file
Post by: wpjo on April 24, 2014, 04:06:09 pm
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
Title: Re: build doesn't create an exe-file
Post by: BlueHazzard on April 24, 2014, 04:23:35 pm
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