• armcc compile opition --depend_dir
    In help files,i see --depend_dir=directory_name armcc -c --output_dir=obj f1.c f2.c --depend_dir=depend --depend=deps Result: depend/f1.d depend/f2.d obj/f1.o obj/f2.o then I...
  • 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...