• enable_irq()/disable_irq() in ARMCC V4
    Hi everyone, I have posted to this forum a couple months ago about using the enable_irq()/disable_irq() instruction intrinsics in RealView Compiler (ARMCC V4.0.0.728). In that occasion, I set up...
  • armcc
    Note: This was originally posted on 5th April 2013 at http://forums.arm.com Is there a compiler option or pragma that allows me to see "padding" in c structure?   typedef struct st {   char a; ...
  • ARMCC Sanitizer
    A lot of modern compilers offer sanitizer features to catch some "bad" stuff at runtime. For example, both clang and gcc offer: -fsanitize=undefined to catch undefined behavior. Does the ARMCC...
  • 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 problem?
    Note: This was originally posted on 20th April 2009 at http://forums.arm.com Hello, We're using armcc here version:   ARM/Thumb C/C++ Compiler, RVCT3.1 [Build 739] And it seems to have an issue. Here...