• 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; ...
  • 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...
  • 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 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...
  • Porting issue with ARM Compiler armcc
    porting issue