• Order of compilation in ArmCC
    How does the Uv4.exe determine in what order source files are built? I have a project that I build on my local PC, and the same project being built on a build machine. The source files get compiled in...
  • 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 compiling for A7
    Note: This was originally posted on 28th March 2013 at http://forums.arm.com Hi, I am trying to build my project for the cortex A7. I am currently running an older version of the realview tools. I wanted...
  • goto fail and the ARMCC Compiler
    I can't imagine anyone reading this posting hasn't already read about the Apple " goto fail " bug in SSL. My reaction was one of incredulity; I really couldn't believe this code could have got into the...
  • Problem compiling freeRTOS with Armcc v3.1.0.942
    Hi I have specific problem compiling the file "portmacro.h" from the freeRTOS source code. I get several errors, but once I get to solve at least a few, I think the rest is just some kind of repetition...