- IAR Embedded Workbench for RH850 3.20.x
- IAR C/C++ Development
- The linker configuration file
- Using symbols, expressions, and numbers
Using symbols, expressions, and numbers
In this section:
In the linker configuration file, you can also:
Define and export symbols
The
define symboldirective defines a symbol with a specified value that can be used in expressions in the configuration file. The symbol can also be exported to be used by the application or the debugger. See define symbol directive, and export directive.Use expressions and numbers
In the linker configuration file, expressions and numbers are used for specifying addresses, sizes, etc. See Expressions in linker configuration files.
The following pages give detailed information about each linker directive specific to defining symbols, expressions, and numbers.