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?