Difference between revisions of "MansOS IAR"

From DiLab
Jump to: navigation, search
(New page: = Compiling MansOS with IAR Embedded Workbench = ''IAR Embedded Workbench'' is supported as development environment. To use it: # Install MansOS source as usual # Change location in termi...)
 
 
Line 3: Line 3:
''IAR Embedded Workbench'' is supported as development environment. To use it:
''IAR Embedded Workbench'' is supported as development environment. To use it:
# Install MansOS source as usual
# Install MansOS source as usual
# Change location in terminal to mansos/mos/make/iar
# Change location in terminal to ''mansos/mos/make/iar''
# Run ''iarGenerator.py'' script. This will generate IAR project files for all MansOS applications that have IAR support at the moment.
# Run ''iarGenerator.py'' script. This will generate IAR project files for all MansOS applications that have IAR support at the moment.
# Open workspace file ''mansos/mos/make/iar/mansos.eww'' with IAR IDE. The project files will be automatically loaded.
# Open workspace file ''mansos/mos/make/iar/mansos.eww'' with IAR IDE. The project files will be automatically loaded.

Latest revision as of 14:57, 13 October 2011

Compiling MansOS with IAR Embedded Workbench

IAR Embedded Workbench is supported as development environment. To use it:

  1. Install MansOS source as usual
  2. Change location in terminal to mansos/mos/make/iar
  3. Run iarGenerator.py script. This will generate IAR project files for all MansOS applications that have IAR support at the moment.
  4. Open workspace file mansos/mos/make/iar/mansos.eww with IAR IDE. The project files will be automatically loaded.
  5. Select the application you want compile, activate it with right mouse click + "Set Active Project..."
  6. Upload and debug the application as usual. For debugging JTAG cable and tool (such as MSP-FET430UIF) is required.