• How to migrate retarget.c from ARM Compiler 5 to ARM Compiler 6?
    I want to migrate an older project into the ARM Compiler 6, but I am getting errors in the retarget.c /* Short version of retarget.c - Minimum code to support simple printf in Keil MDK-ARM */ /**...
  • Is --debug option equivalent to -g option in armcc?
    In armcc user guide I learned that description of --debug and -g are quite similar. Is --debug option equivalent to -g option in armcc?
  • armcc 5.06u6: --multifile and the elimination of unused variables
    Hello, I have successfully used armcc 5.06u6 to compile and run a firmware for an ARM7TDMI target with 32kB flash. To save some space now I am trying to use the --multifile option. This actually saves...
  • 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...
  • Problems with placing a variable in a named section with scatter-loading
    Hello I'm having problems placing a variable in a named section with scatter-loading. I'm following Placing functions and data at specific addresses and I can actually see the new section in the map...