Difference between revisions of "MansOS IAR"
(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 13:57, 13 October 2011
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 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.
- Open workspace file mansos/mos/make/iar/mansos.eww with IAR IDE. The project files will be automatically loaded.
- Select the application you want compile, activate it with right mouse click + "Set Active Project..."
- Upload and debug the application as usual. For debugging JTAG cable and tool (such as MSP-FET430UIF) is required.