We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, I'm working with uVision2 v2.4 and I want to know if there's a way to define multiple output file names according to precompilation process. For example somthing like that:
#ifdef _ED_ output_file_name=EEE.hex #else output_file_name=DDD.hex #endif
You need to create multiple Targets in your Project; one will create EEE.Hex, the other DDD.hex. You cannot do it with 'C' preprocessor directives, since the 'C' compiler knows nothing about Hex files. I'm sure this was discussed recently...?
"I'm sure this was discussed recently...?" Ah yes, here it is: http://www.keil.com/forum/docs/thread4296.asp