• Adding Unicode string literals
    Hi everyone, I have a question about adding support for foreign languages in my product (touch display). I want to add Chinese/Russian/German and a few other languages. My code workflow is as follows...
  • Identify Storage of String Literals in Mapfile
    Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg, void func( void ) { code unsigned int NumConst = 1; printf...
  • Identify Storage of String Literals in Mapfile
    Is it possible to identify the storage of String Literals from the mapfile? I asume they will be in the ?CO? segment for the module? eg, void func( void ) { code unsigned int NumConst = 1; printf...
  • Grouping all string Literals in one pool in the binary image
    Note: This was originally posted on 20th June 2013 at http://forums.arm.com I am currently ramping up on ARM DS-5. I want to know if it is possible to ensure that all string literals and constants in...
  • Grouping all string Literals in one pool in the binary image
    Note: This was originally posted on 20th June 2013 at http://forums.arm.com I am currently ramping up on ARM DS-5. I want to know if it is possible to ensure that all string literals and constants in...