Skip to main content

IAR Embedded Workbench for RISC-V 3.40

Installing on Windows

In this section:

The default installation directory is C:\iar\.

1. Install your IAR product

There are two ways to install your IAR product, interactive installation and autonomous installation.

  • To install the product interactively, run <product>-<version>.exe and follow the installation instructions. Select the support files for the device family your product uses when prompted during the installation process.

  • To install your product autonomously, invoke the installer with Administrator privileges using the options /hide_usd and /autoinstall:

    <product>.exe /hide_usd /autoinstall

    You can optionally specify an installation directory, using the full path prefixed with a forward slash (/). For example:

    <product>.exe /hide_usd /autoinstall/D:\My Folder\IAR_Systems
2. Connect your license

To connect a capacity token:

  1. Copy the token string of the token you want to use.

  2. Set up the access token environment variable with the token string:

    set IAR_LMS_BEARER_TOKEN=token_string

To connect a Named User:

  • Using IAR Embedded Workbench:

    1. Open IAR Embedded Workbench and select Log in.

    2. Log in to your IAR account.

  • Using iarlogin:

    1. Execute this command line:

      iarlogin login
    2. Log in to your IAR account.