Skip to main content

IAR Embedded Workbench for RL78 5.20

‑‑predef_macros

In this section:
Syntax

‑‑predef_macros[=n] {filename|directory}

Parameters

n

Suppresses compilation.

See also Rules for specifying a filename or directory as parameters.

Description

Use this option to list all symbols defined by the compiler or on the command line. (Symbols defined in the source code are not listed.) When using this option, make sure to also use the same options as for the rest of your project.

If a filename is specified, the compiler stores the output in that file. If a directory is specified, the compiler stores the output in that directory, in a file with the predef filename extension.

If you just want the list of symbols, but do not want to compile, specify the parameter n.

Note

This option requires that you specify a source file on the command line.

Caution

This option is not available in the IDE.