• Is there printing value of macro using armcc?
    Hello all. Is there printing value of macro using armcc? I want to see define value in c file? for example, #define value_a      1 #define value_b      2 #if value_a > value_b #error "error" #endif I...
  • Is there printing value of macro using armcc?
    Hello all. Is there printing value of macro using armcc? I want to see define value in c file? for example, #define value_a      1 #define value_b      2 #if value_a > value_b #error "error" #endif I...
  • ARMCC bug
    I think I have found a bug for ARMCC. in my case, the correct result which would be: VCMPE.F32 s0,s1 VMRS APSR_nzcv,FPSCR ITTT LS But actually, that was: VCMPE.F32 s0,s1 VMRS APSR_nzcv...
  • ARMCC bug
    I think I have found a bug for ARMCC. in my case, the correct result which would be: VCMPE.F32 s0,s1 VMRS APSR_nzcv,FPSCR ITTT LS But actually, that was: VCMPE.F32 s0,s1 VMRS APSR_nzcv...
  • Why doesn't Eclipse for DS-5 Indexer detects the "__asm" keyword and armcc compiler predefined macros?
    Using Eclispe for DS-5 and compiler version 5.05, I get a problem in editing my project source files in the Eclipse Editor. It happens that the Indexer does not recognise the compiler's predefined macros...