Make Application

Run mkapp to build the executable and bundle it into an application.

Available command line parameters:

-c <string> - component search - (multiple, optional) Add a directory to the component search path.

-i <string> - interface search - (multiple, optional) Add a directory to the interface search path.

-o <string> - output directory - (optional) Specify the directory for build the application file (ready to be install on target).

-t <string> - target - (optional) Set the compile target (localhost|wp7 or ar7).

-v - verbose - (optional) Set into verbose mode for extra diagnostic information.

-w <string> - object directory - (optional) Specify the directory for any intermediate build artifacts (e.g., .o files, generated source code).

mkapp completes the following functions:

  • HandleDebugArg
  • GetCommandLineArgs
  • ConstructObjectModel
  • CopyToStaging
  • GenerateAppLimitsConfig
  • GenerateGroupsConfig
  • GenerateSingleFileMappingConfig
  • GenerateFileMappingConfig
  • GenerateProcessEnvVarsConfig
  • GenerateProcessConfig
  • GenerateSupervisorConfig
  • Build
  • MakeApp

Copyright (C) Sierra Wireless, Inc. 2014. All rights reserved. Use of this work is subject to license.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines