Hi all,
I'm wonder is possible to get project name for preprocessor commands as define (ie. #ifdef...) like compilation date/time by using "__DATE__" & "__TIME__".
Greetings, Lukasz.
I'm not going to be so stupid as to say "the only place to get the information is ..." ;)
Really, a good place to start your search will be the compiler manual. There must surely be a list included.
Don't get me wrong - I always trying to find something alone. I don't like to bother anybody. In this matter I've found only this: www.keil.com/.../c51_pp_predefmacroconst.htm
I just ask maybe you know something more than that.
Cheers.
Your link isn't applicable since it's for C51 and you have specified the ARM architecture.
This link might be more relevant: www.keil.com/.../armcc_pge1397113341080.htm
Yes you have right. This is more valid list for predefined macros for Keil ARM compiler. Thanks for your answer.