Run mkapp to generate an application bundle that can be installed on a target and run.
Application bundles are compressed archives containing everything that needs to be sent to your target device to install your application.
The main input for mkapp
is an .adef file. This file contains a definition of
mkapp
will parse the .adef file, figure out what components, interface definitions, and other source files are needed, build those into the libraries and executables required, generate the on-target configuration data needed, and bundle everything into an application bundle for installation on the target device.
Run mkapp
with the –help or -h option for a description of the command-line arguments it accepts.
This page has more information on Application Definition (.adef) Files files.
Copyright (C) Sierra Wireless, Inc. 2014. All rights reserved. Use of this work is subject to license.