error:The global default build tree(WINCEROOT) has not been set

原文地址: http://hi.baidu.com/justin_huangjh/blog/item/97f8a2cec28a8f37b600c81f.html

 

在用VS2005制作WinCE6.0的内核镜像时,选择“文件”-> “新建项目”->选择"Platform Builder for CE6.0",输入名称“MyFirstOSDesign”,确定后,出现一个错误对话框,说是The global default build tree(WINCEROOT) has not been set,or is invalid.Make sure that the WINCEROOT is set correctly before creating an OS design.

 

确认以下两点:

1 PB6.0安装过程中,选择的哪些CPU?或更直接一些,有没有选择CPU?

2 WINCE600的目录是什么?例如:d:/wince600是正确的,此目录中不能包括空格

 

我碰到的是第二种情况,修改pb6.0了路径,把空格去掉,然后再vs2005里,工具---选项
Platform Builder for CE 里面的路径改为修改之后pb6.0的路径

你可能感兴趣的:(c,OS,tree,Build,工具,WinCE)