• --multifile produces no output file
    Hello, I am stumbled on use of the --multifile option of armcc. I need it to build a large application image that would not fit the chip otherwise (a few hundreds of bytes gained from optimizations...
  • 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?
  • Token-pasting ("##") with armcc 5.06
    I'm in the process of porting a lot of code originally written for the C51 compiler. The code makes extensive use of the "##" token-pasting feature. Explanation: http://www.keil.com/support/man/docs/c51...
  • Eliminating _memset$wrapper?
    Hello, I am at the very edge of code space and so I changed my memset calls to use __aeabi_memset directly. It seems, however, that _memset$wrapper is still sitting there taking 20 bytes. Is there...
  • Common Code Elimination
    Common Code Elimination cortex-m3 uVision 5.13 I recent had to up the optimization level on my project to level 2 because my code size was too large for my target memory. In doing this I found...