Step 5: Build the Configuration into a Run-Time Image
5/10/2007
After adding the Hello World component to your configuration and resolving all dependencies, you can build a run-time image based on the configuration.
- From the Configuration menu, choose Build Target Image.
- In the Build type box on the Build Hello World dialog box, select Release.
- In the Destination box, enter C:\Tutorial\HelloBuild. The HelloBuild folder is created when the run-time image is built.
- In the Browse for Folder dialog box, choose OK.
- In the Build Hello World dialog box, choose Build.
The build process may run for a few minutes or longer, depending on the performance capabilities of your computer. - After the build has completed, choose Close.
- From the File menu, choose Exit.
- When prompted to save changes to Hello World, choose Yes.
- In the Save As dialog box, browse to the Tutorial folder and choose Save.
You have now completed a build of a run-time image and can explore its files and directories.
See Also
Concepts
Step 6: Explore the Run-Time Image
Step 4: Add a Component and Check Dependencies
Tutorial: Creating a Custom Component