wince5.0导出编译SDK时候,出现错误,之前提示:it is recommended that you build the run-time image before building asn SDK.
但是按照别人的处理方法,就是在PB5的命令窗口中输入:dir %_PROJECTROOT%\SysgenSettings.out
再输入set sysgen>anchored.txt
然后对比这两个文件。但是为什么执行第二步后,在相应文件夹下看不到set sysgen>anchored.txt这个文件???
微软的BUG对策:
In Platform Builder 5.0, select the operating system configuration that you successfully built.
To open a build window, click Open Release Directory on the Build OS menu.
In the build window, type the following command:
dir %_PROJECTROOT%\SysgenSettings.out
This file confirms that you tried to build the operating system at least one time.
In the same build window, type the following command:
set sysgen>anchored.txt
This file contains the set of anchored Catalog items in the operating system design. This file is located in the release directory.
Compare the SysgenSettings.out file to the Anchored.txt file.
Determine the set of Sysgen variables that are found in the Anchored.txt file that are not found in the SysgenSettings.out file. This set of Sysgen variables will be the set of Catalog items that you have to explicitly unanchor