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
Ok. Now I have a project with two targets and each target defines a label so that 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 to ensure that the I did not accidentally messed up the defined label in the target? I know I can probably run a shell script of some sort to compare the file date, but is there an easier way? Thanks Andy
Is there a way to put up a message of some sort at the end of a successful build done i my build .bat files Erik
Good Eric, Can you send your script to my hotmail email? User name is swi_n_die Thanks Andy
"...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).