Difference between revisions of "How to port projects from IAR EWARM to SEGGER Embedded Studio"

From SEGGER Wiki
Jump to: navigation, search
(Setup)
(Tag: Redirect target changed)
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
#REDIRECT [[Port_Projects_from_IAR_Embedded_Workbench_to_Embedded_Studio]]
==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 <br />
 
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. <br />
 
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==
 

Latest revision as of 11:40, 20 May 2020