Skip to main content

IAR Embedded Workbench for RX 5.20

‑‑predef_macros

In this section:
Syntax
‑‑predef_macros[=n] {filename|directory} 
Parameters

filename

The list of predefined macros is stored in the specified file.

directory

The list of predefined macros is stored in a file (filename extension predef) which is stored in the specified directory.

n

Suppresses assembly. If you just want the list of symbols, but do not want to assemble the source file, specify this parameter.

For information about specifying a filename or directory, see Specifying parameters.

Description

Use this option to list all symbols defined by the assembler or on the command line. When using this option, make sure to also use the same options as for the rest of your project.

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

Caution

This option is not available in the IDE.