Building an SDK from the Command Line (Windows Embedded CE 6.0)

1/6/2010

Platform Builder supports a command-line interface you can use to build an SDK. This is provided to support automation.

To build an SDK from the command line, you must first create and configure an SDK, and any changes to the configuration must be made in the Platform Builder IDE.

This procedure uses an executable named BuildSDK.exe to build an SDK, and assumes that the name of the OS design, on which the SDK is based, is MyOSDesign.pbxml. The path to the configuration file for the SDK is also assumed to be MySDK.sdkcfg.

To build an SDK from the command line

  • Use the following command to build an SDK in a command-line prompt build window.

    buildsdk [MyOSDesign.pbxml] [MySDK.sdkcfg]
    

See Also

Tasks

Configuring an SDK

Concepts

SDK Development