• armcc equivalent for gcc -Wuninitialized
    Hello, after spend an entire afternoon tracking a uninitialized class member kind of bug, i could be able to find the armcc compiler equivalent of the gcc -Wuninitialized flag that in theory warn about...
  • DS-5 Q3912W: Option 'nodebug' is deprecated
    I setup a post-build step which invokes fromelf with option --nodebug and I get the warning Q3912W: Option 'nodebug' is deprecated Which is the right option to use instead of the deprecated nodebug...
  • 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...
  • 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...
  • MERGE32K option
    Hi All, Can any help me in decoding the Hex386 format file with MERGE32K directive used. My bootloader firmware on fly has to decode the hex record in the above format and to program the code memory...