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.
1/6/2010
From the Platform Builder command line, you can build a device driver as a part of the larger process of creating a driver for use with the Windows Embedded CE operating system (OS).
To build a device driver from the command line
From the Build OS menu in the IDE, choose Open Release Directory.
Navigate to the location of your device driver.
Type
sysgenand press ENTER.Wait a few minutes for the Sysgen phase to finish. For more information, see Build Phases and Sysgen Tool.
Type
build -cand press ENTER to build your driver.For more information about Build tool options, see Build Tool.
If your driver builds with zero errors, you have successfully built your device driver. If errors occur in the build process, you must debug the source code for your driver. **