Building a Run-Time Image From a Release Configuration

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

You can build a run-time image from a Release configuration. A Release configuration is optimized for speed and has a smaller run-time image. For more information, see Levels of Debugging Support.

To build a run-time image from a Release configuration

  1. From the Project menu, select Properties.

  2. In the navigation pane, expand Configuration Properties, and then select Build Options.

  3. In the Configuration box, choose a Release configuration.

  4. In the Build Options window, clear the Enable kernel debugger [no IMGNODEBUGGER=1] check box.

  5. Choose the Configuration Manager button.

  6. In the Configuration Manager dialog box, verify that the active solution configuration set for your OS design is a Release configuration.

  7. Close the Configuration Manager dialog box.

  8. Choose OK to close the Properties dialog box.

  9. From the Build menu, choose Advanced Build Commands, and then choose Sysgen.

See Also

Tasks

Downloading a Run-Time Image

Concepts

Levels of Debugging Support

Other Resources

Run-Time Image Build Process