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
  • 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

Reply
  • 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

Children