• 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...
  • EC++ and predefined version number macros
    Hello, I would like to test the version of both the EC++ and C compilers and return an #error message if they don't match what it is supposed to be. Just to make sure that no-one will compile and run...
  • ds5 armcc link erro
    I am building a shared library for my own os with armcc(for some reason used the stdlib's 'malloc'), the link options is "--fpic --shared --linker_script="../lscript.ld" ",buf I got a link fault with...
  • Problem with __ASM
    I'm trying to access the cpsr on the arm, so I wrote the following code (actaully copied the assembly part out of the help file on MRS): __asm {MRS R0, CPSR} It gives me the following error: compiling...