• STL support for C++ ARMCC compiler 5 and 6
    For ARMCC5 here I can find the C++ supported features. I see that additions to the C++11 standard template library are NOT supporte. ARM ® Compiler 5 includes only the C++03 standard template library...
  • STL support for C++ ARMCC compiler 5 and 6
    For ARMCC5 here I can find the C++ supported features. I see that additions to the C++11 standard template library are NOT supporte. ARM ® Compiler 5 includes only the C++03 standard template library...
  • A1616E armcc compile error
    I got compile error " Error: A1616E: Instruction, offset, immediate or register combination is not supported by the current instruction set " For below routine __asm uint32_t A(void) { MRS R0, MSP...
  • 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...