Author Topic: "Build" works, "Compile current file" doesn't work  (Read 4497 times)

Offline pozzugno

  • Multiple posting newcomer
  • *
  • Posts: 39
"Build" works, "Compile current file" doesn't work
« 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?