Skip to main content

IAR Embedded Workbench for RX 5.20

‑‑output, -o

In this section:
Syntax
‑‑output {filename|directory} 
-o {filename|directory}
Parameters

filename

The object code is stored in the specified file.

directory

The object code is stored in a file (filename extension o) which is stored in the specified directory.

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

Description

By default, the object code produced by the assembler is located in a file with the same name as the source file, but with the extension o. Use this option to specify a different output filename for the object code output.

Caution

Project>Options>General Options>Output>Output directories>Object files