• ARMCC macro calculation bug
    Using ARM CC compiler V5.06 update 3 (build 300). I see some quirkiness with macro calculations when using a preprocessor macro that refers to other macros. It seems the value is byte trimmed. Tried...
  • 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 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 assembler
    Hi in assembler file I have // RO_BASE = 0x78000000 funcName DCD FooEntry - . + . what does it mean "minus dot plus dot"?