Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.2
Page 40 of 144
Fig. 23 -
VS2005 IDE – Build completed
The Output tab on the VS2005 IDE shows the result of the build process, with “0” failed task.
Note:
When the build process ended with 1 or more error, the build process failed and will not generate a
CE 6.0 OS runtime image file.
When the build process ended with warnings and without any error, the build process is completed
with a CE 6.0 OS runtime image file generated. The number of warning may vary depending on the
selected components and installed QFE. In general, the warnings are non critical and do not impact
system function.
However, as part of good engineering practice, it’s good to go through the warning messages to
identify potential problem.
The resulting CE 6.0 OS runtime image file is generated in the following build release directories.
For OS design configured to generate an image in debug mode:
\WINCE600\OSDesigns\MyWinCE\MyWinCE\RelDir\ICOP_VDX6326_60B_x86_Debug
For OS design configured to generate an image in release mode:
\WINCE600\OSDesigns\MyWinCE\MyWinCE\RelDir\ICOP_VDX6326_60B_x86_Release
Searching the above directories, with a successful build, there should be a
NK.BIN
file, which is the
CE 6.0 OS runtime image file.
In the later sections, we will cover how to launch the nk.bin CE 6.0 OS runtime image on the target
device.