Author Topic: build doesn't create an exe-file  (Read 10900 times)

Offline wpjo

  • Single posting newcomer
  • *
  • Posts: 2
build doesn't create an exe-file
« 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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: build doesn't create an exe-file
« Reply #1 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