Make Executable

Run mkexe to create an executable.

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.

-l <string> library output directory - (optional) Specify the directory for any generated runtime libraries.

-o <string> output - Path of the executable file to generate.

-t <string> target - (optional) Specify the target device to build for (localhost | wp 7 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).

mkexe completes the following functions:

  • GetCommandLineArgs
  • GetComponent
  • ConstructObjectModel
  • Build
  • MakeExecutable

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