Skip to main content

IAR Embedded Workbench for RL78 5.20

‑‑dynamic_output

In this section:
Syntax
‑‑dynamic_output[=[i|m|n][l|w][b]] {filename|directory|+}
Parameters

i (default)

Lists only the names of files

m

Lists in makefile style (multiple rules)

n

Lists in makefile style (one rule)

l

Uses the locale encoding instead of UTF-8

w

Uses little-endian UTF-16 instead of UTF-8

b

Uses a Byte Order Mark (BOM) in UTF-8 output

+

Gives the same output as -‑output, but with the filename extension dynout

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

Description

Use this option to make the compiler list in a structured format all output files from the compilation, except for the generated dynamic output file itself.

Caution

This option is not available in the IDE.