Skip to main content

IAR Embedded Workbench for RX 5.20

Project directory structure

In this section:

When you build your project, the IDE creates new directories in your project directory. A subdirectory is created—the name of this directory reflects the build configuration you are using, typically Debug or Release. This directory in turn contains these subdirectories:

BrowseInfo

The default destination directory for information generated by the source browser.

Exe

The default destination directory for:

  • The executable file, which has the extension out and is used as input to the IAR C-SPY® Debugger.

  • Library object files, which have the extension a.

C-STAT

The default destination directory for information generated by the C-STAT static analysis, created when you run an analysis. Note that the name and location of this directory can be changed on the page Project>Options>Static Analysis>C-STAT Static Analysis.

List

The default destination directory for various list files.

Obj

The default destination directory for the object files from the compiler and assembler. The object files have the extension o and are used as input to the linker.

The names and locations of these directories can be changed on the page Project>Options>General Options>Output.