Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pozzugno on December 27, 2010, 01:00:13 pm

Title: "Build" works, "Compile current file" doesn't work
Post by: pozzugno on December 27, 2010, 01:00:13 pm
I created and customized new "Compiler and debugger" settings for my embedded C compiler.

The Build function (Ctrl-F9) works well: each C file is compiled and eventually linked togethere to an exe file.

Incredibly the Compiler current file (Shift-Ctrl-F9) doesn't work. It seems nothing happens:
Build Log and Build messages remains empty. The only thing that happens is the saving of the
current file.

Any hints?