This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Condition compile output files

Hi there,
Is there a way to have the Keil IDE output different hex and map filenames based on some conditional #if defined(x) like in conditional compilations?

Thanks

Parents
  • "...conditional compilation takes place to build two different binaries. Is there a way to put up a message of some sort at the end of a successful build to indicate which target was bulit"

    uVision already does this - at the end of the build, the very last message in the 'Build' output window is:

    "<binary-name>" - n Error(s), m Warning(s).

Reply
  • "...conditional compilation takes place to build two different binaries. Is there a way to put up a message of some sort at the end of a successful build to indicate which target was bulit"

    uVision already does this - at the end of the build, the very last message in the 'Build' output window is:

    "<binary-name>" - n Error(s), m Warning(s).

Children
No data