How to port projects from IAR EWARM to SEGGER Embedded Studio

From SEGGER Wiki
Revision as of 17:28, 4 May 2017 by Nino (talk | contribs) (Setup)
Jump to: navigation, search

Introduction

This wiki article describes how to import IAR EWARM projects into SEGGER Embedded Studio (ES) using the build in project importer. Using this method you can either keep using the IAR compiler inside ES or
use the gcc/clang compiler that is used inside ES. By switching your project to ES you can directly benefit from features like multi-threaded compiling, fast and simple project search and indexing and many more features.
Many features are even available should you still be using the IAR compiler inside ES.

Setup

The following import tutorial will be based on the following Hardware and Software combinations:

  • SEGGER Embedded Studio 3.12 64-bit (Project importer works on 3.10 or later)
  • IAR EWARM 7.80
  • Target Evalboard: SEGGER emPower

The following file contains the example project for you to try out:

Import tutorial

How to switch to internal Embedded Studio compiler

Troubleshooting