• 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...
  • 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 assembler
    Hi in assembler file I have // RO_BASE = 0x78000000 funcName DCD FooEntry - . + . what does it mean "minus dot plus dot"?
  • 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...