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
"...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).