Build Legato

After you've installed the source files, you build the Legato framework for your host and target.

Make Legato

cd to your Legato directory

Run make.

These are Host Directories installed.

bin/legs

To set the your Legato environment, you must run bin/legs every time you open a new shell:

Run $ bin/legs

Make for Target

Run make to build the framework and AirVantage agent for the target (substitute ar7 or wp7 if building those targets):

$ make wp85

Or run this to build the framework for the target without the AirVantage agent:

$ make wp85 INCLUDE_AIRVANTAGE=0

Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.