Code::Blocks Forums

User forums => Help => Topic started by: grim_asle on June 07, 2013, 09:30:03 am

Title: no executable created ...
Post by: grim_asle on June 07, 2013, 09:30:03 am
Hi,

i have a problem with my code::blocks project settings i guess, but i can't figure out, what it is exactly.
I have a written static lib and an executable to test it ... and it all worked fine.
My problem is, that, without compiler or linker error, there is no executable created anymore.
 
I don't know what went wrong, because i didn't make any changes, i'm sure.
I' m gonna look further for my mistake, but maybe one of you can tell me rightaway what went wrong.

Greetings so far ... and thanks for reading
Title: Re: no executable created ...
Post by: MortenMacFly on June 07, 2013, 10:42:25 am
No version information, no platform information, no sample to reproduce... no answer. Sorry.
Title: Re: no executable created ...
Post by: grim_asle on June 07, 2013, 11:11:35 am
Hi again,

not enough information, sure. I just thought someone could give a brief hint, if a simmilar problem occured before ... however, it's solved.
It was indeed a linker error, but as i am a beginner ... well, i didn't recognize it as a linking error first.

... anyway thanks for reading this topic, and sorry for the very brief question. But it turned out good, i think.
Title: Re: no executable created ...
Post by: stahta01 on June 07, 2013, 03:58:20 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

And, remember check the "build Log" NOT the "build messages" after issues like yours.

Tim S.