| |||
| Home > Getting Started with RealView Debugger > Localizing the RealView Debugger interface > Procedure summary | |||
To localize the RealView Debugger interface, you must:
Configure the internationalization settings.
See Configuring the internationalization settings for instructions on how to do this.
Configure the panes that display normal text to show the text in the correct text encoding.
See Configuring the pane views for instructions on how to do this.
Images built from C or C++ sources must be compiled with the Multibyte_chars project setting
enabled (that is, the --multibyte_chars compiler
option). You can optionally set the Multibyte_locale project
setting (that is, the --locale compiler option).
To build your image either:
create a CodeWarrior project (see the CodeWarrior IDE Guide for more information about creating CodeWarrior projects)
create a makefile (see the RealView Compilation Tools (RVCT) documentation for more information about using the ARM compilation tools).