Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
After you create an OS design, you can build a run-time image based on the OS design using the Build Demo Tool.
To build a run-time image using the Build Demo Tool
Open the command prompt build window for your OS design.
For information about how to create a command prompt build window, see Creating a Command Prompt Build Window.
Perform one of the following tasks:
If you want to build a debug configuration of a run-time image, type the following text string.
set WINCEDEBUG=debug
If you want to build a release configuration of a run-time image, type the following text string.
Set WINCEDEBUG=retail
Set other environment variables as appropriate.
For more information about environment variables that you can set, see Environment Variables.
Run Blddemo.bat to build your run-time image.
For information about Blddemo.bat, see Build Demo Tool.
See Also
Send Feedback on this topic to the authors