Mansos installation

From DiLab
Revision as of 19:12, 22 March 2010 by Leo (talk | contribs) (New page: == Notes for installation by hand, by Leo == First, get the MansOS from SVN repository. This will include the source files and the scripts and tools. Then, install msp430-gcc. One optiop...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Notes for installation by hand, by Leo

First, get the MansOS from SVN repository. This will include the source files and the scripts and tools.

Then, install msp430-gcc. One optiopn is installing it by hand

Then, set up your .bashrc as follows (you may set this up in a separate script):

export PATH="/opt/mspgcc/bin:$PATH"
export MOSROOT="/opt/mansos"

For the MOSROOT path to work you may want to add a link to your actual downloaded sources of mansos, e.g.

cd /opt/
ln -s ~/mymansospath/ mansos/

Alternatively you might have changed the export MOSROOT statement to your path.