Windows CE 5.0 映像构建:无需 Platform Builder 是否可行?
是否可以在不使用 Platform Builder 的情况下从 VS2005/VS2008 创建 Windows CE 5.0 映像(即:nk.bin)? 如果是这样,怎么办? WinCE 5 的供应商 BSP 可以加载到 VS2005/2008 中吗? 是否有可以从 Microsoft 下载执行此操作的部件(即 SDK),或者您必须从“特殊经销商”购买特殊位(a la PB)?
我知道可以使用 VS 为 WinCE 5.0 构建二进制文件(.dll、.exe),我的问题是关于为嵌入式平台创建整个可启动的 CE 5.0 映像。
Is it possible to create Windows CE 5.0 images (ie: nk.bin) from VS2005/VS2008 without using Platform Builder? If so, how? Can a vendor BSP for WinCE 5 be loaded into VS2005/2008? Are there the parts to do this available for download from Microsoft (ie: the SDK), or must you buy the special bits (a la PB) from a "special distributor"?
I know it is possible to build binaries (.dll, .exe) for WinCE 5.0 using VS, my question is about creating entire bootable CE 5.0 images for embedded platforms.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,不可能从 Visual Studio 构建实际的操作系统映像。
您可以从命令行构建它,而无需实际运行 Platform Builder IDE,但您仍然需要安装它。
简而言之,Platform Builder 安装包含构建操作系统所需的所有公共/驱动程序源代码和私有库。
No it is not possible to build an actual operating system image from Visual Studio.
You can build it from the command line without actually running the Platform Builder IDE, but you still need to have it installed.
Simply said the Platform Builder installation contains all of the public/driver source code and the private libraries required to build the OS.
恐怕没有。
是的,您可以使用 Visual Studio 构建应用程序、静态和动态库、Activex 控件。
但要构建可启动映像,您应该使用 Platform Builder。
哦..这就是为什么他们这么称呼它;)
并且不可能升级或使用插件来拥有平台构建器功能!
I am afraid not.
Yes, you can build applications, static and dynamic libraries, Activex controls using Visual Studio.
But for building the bootable image you should use Platform Builder.
Oh..Thats why they call it so ;)
And it is not possible to upgrade or use addon to have platform builder functionality!