- IAR Embedded Workbench for RX 5.20
- IAR C/C++ Development
- The linker configuration file
- Structural configuration
Structural configuration
In this section:
The structural directives provide means for creating structure within the configuration, such as:
Conditional inclusion
An
ifdirective includes or excludes other directives depending on a condition, which makes it possible to have directives for several different memory configurations in the same file. See if directive.Dividing the linker configuration file into several different files
The
includedirective makes it possible to divide the configuration file into several logically distinct files. See include directive.Signaling an error for unsupported cases
The following pages give detailed information about each linker directive specific to structural configuration.