- IAR Embedded Workbench for RL78 5.20
- IAR C/C++ Development
- The linker configuration file
- Predefined linker symbols
Predefined linker symbols
In this section:
These symbols allow you to inspect the linker environment, for example, the version of the linker executable file. The symbols can then be used in expressions in the configuration file. They are defined as if by a define symbol directive before the start of the configuration file.
__version
Description
The version of the linker, expressed as a number. If the linker version is XX.YY.ZZ, the __version symbol will have the value ((XX*100)+YY)*100+ZZ.
Example
__version will have the value 95007 if the linker version is 9.50.7.