MansOS IAR
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.