• armcc compile c   error  under DS-5 tool
    The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc.  But there is an error when compile。 Error: C3321E: automatic configuration failed - could not determine...
  • armcc compile c   error  under DS-5 tool
    The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc.  But there is an error when compile。 Error: C3321E: automatic configuration failed - could not determine...
  • 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...
  • armcc compiler in eclipse?
    Is it possible to integrate ARM 5 toolchain with armcc compiler in eclipse? I have installed the ARM 5 compiler, but in c/c++ build > tool chain editor I can only select a gcc based toolchain. Thank you...
  • 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...