dpaul
Joined: 15 Mar 2005 Posts: 12
|
Unique HEX file naming? |
Posted: Thu Mar 15, 2007 7:09 am |
|
|
Greetings:
I wonder if there is any way to have the CCS compiler output a HEX file named differently from the file which includes main()?
I have core code that, depending on what is pound defined, will compile into distinct products. For all these cases, the resulting HEX file output is named the same as the file which contains main(). Obviously, this can lead to a confusing array of identically named HEX files.
I have applied #HEXCOMMENT to embed some function particulars in the HEX output, so I can always open the HEX file if I question what product it is intended for, or rename them manually.
It would be snifty if there were a compiler directive that automatically renamed the HEX file output. Are there any facilities to get the compiler to help out?
Thanks,
Doug |
|