Skip to main content

IAR Embedded Workbench for RX 5.20

Rules for specifying a filename or directory as parameters

In this section:
Description

These rules apply for options that take a filename or directory as parameters:

  • Options that take a filename as a parameter can optionally take a file path. The path can be relative or absolute. For example, to generate a check manifest to the file cstat_checks.txt in the directory ..\checks:

    ichecks --package misrac2012 --output ..\checks\cstat_checks.txt
  • / can be used instead of \ as the directory delimiter.

  • By specifying -, input files and output files can be redirected to the standard input and output stream, respectively. For example:

    ichecks --package misrac2012 --output -

    For options where it is not relevant to direct files to standard input or output, - is not supported.