• Cx51 Predefined Symbol?
    Hello. Does Cx51 have a predefined symbol like C51's __C51__? I tried __CX51__ and __Cx51__ to no avail, and __C51__ isn't defined either. Thanks,
  • Predefined symbols in C51
    Where can I find a list of predefined symbols for C51? I'm trying to write a set of portable library routines and I can't figure out how to tell that the file is being compiled by C51.. So I can do...
  • ARM scatter file symbols not defined?
    In my scatter file, I have a memory region named TCM_COPY, In my C file, i am trying to extern the region_name like, extern unsigned int Image$$TCM_COPY$$Base. But when I compile that C file, the...
  • Predefined Macro
    Hi Can i change the Macro __DATE2__ to show the date as (yy-mm-dd)? /Ingo
  • Predefined Macro __DATE2__
    Hello! Today I tried the predefined macros __DATE__ and __TIME__ with no problems. If I change __DATE__ to __DATE2__ the compiler (V6.09a) reports "undefined itentifier". Do you get the same result...