1、Windows 导致安装驱动禁止运行的原因。
One or more files from the Emulator for Windows CE installation is missing.
Emulator for windows ce 安装中有一个或者多个文件丢失。请重新安装Emulator for windows CE,然后重试
解决办法如下:
修改boot.ini
1).find boot.ini, 在XP系统安装盘下隐藏文件, 如:c:/boot.int
2).将 multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
改成multi(0)disk(0)rdisk(0)partition(1)/WINDOWS="Microsoft Windows XP Professional" /execute /fastdetect
3).重开机
2、出现如下的编译错误时
fatal error CVT1102: out of memory; 41 bytes required
fatal error Lnk1123: failure during conversing to coff: file invalid or corrupt
解决办法如下:
将Microsoft eMbedded C++ 4.0/Common/EVC/Bin中的CVTRES.EXE程序
拷贝到
Microsoft eMbedded C++ 4.0/EVC/wce400/bin
Microsoft eMbedded C++ 4.0/EVC/wce410/bin
Microsoft eMbedded C++ 4.0/EVC/wce420/bin
Microsoft eMbedded C++ 4.0/EVC/wce500/bin
问题解决
这篇博客主要介绍了在安装Emulator for Windows CE时遇到的文件缺失问题,以及编译过程中出现的内存不足和COFF转换错误。解决方法包括修改boot.ini文件以允许执行,以及将CVTRES.EXE复制到相应目录。

4426

被折叠的 条评论
为什么被折叠?



