按照向导建立一个新的平台,编译,然后出现如下错误。makeimg: Creating <...> nlscfg.out because <... > nlscfg.inf doesn't exist. makeimg: run command: fmerge -nls <....> nlscfg.out <... > nlscfg.inf Error - cannot open input file C<...> postproc lscfg.inf fmerge for Windows CE (Release) makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec). makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
在PB的Menu/ Build OS/ Copy files to release directory手动复制一次,即解决了找不到nlscfg.inf 文件的错误。
然而又出现了: Error: Could not find file 'WINCE420PUBLICvideonimageRelDirCIRRUS_EP931X_ARMV4IReleasekernkitl.exe' on disk nk.exe WINCE420PUBLICvideonimageRelDirCIRRUS_EP931X_ARMV4IReleasekernkitl.exe NK SH Error: failed setting line makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec). makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec). Error PB2505: Error executing #(WINCE420PUBLICvideonimageRelDirCIRRUS_EP931X_ARMV4IRelease)makeimg.exe.
又找不到kernkitl.exe了。 然后我在wince500目录下搜索“kernkitl.exe”,找到一个原有的,复制到缺少的目录中,再次编译,即通过。 kernkitl.exe是调试用的工具对应的程序。 070329_2440test - 0 error(s), 0 warning(s) -------------------------------------------------------------------------------- 参考资源: Hi Steve, are you working under Windows CE V5.0? I had some similar problem and the only thing I have done was from Platform Builder menu Build OS select Copy Files to Release directory. It seems that not all files are in your release directory and causes this error. I had this problem when I build a new kernel and the buidl process was stopped buy and error. Hope that will help you. Best regards, Mike E. "steve hutch" <stevehutch@xxxxxxxxxxxxxxxxxxxxxxxxx> escribió en el mensaje news:6D683C31-E4FF-4158-9FF6-5EDF61458A12@xxxxxxxxxxxxxxxx > When I try "Make run time image" from platform builder for my application I > get the following error : > > makeimg: Creating <...> nlscfg.out because <... > nlscfg.inf doesn't exist. > makeimg: run command: fmerge -nls <....> nlscfg.out <... > nlscfg.inf > Error - cannot open input file C<...> postproc lscfg.inf > fmerge for Windows CE (Release) (Built on Jan 29 2004 17:34:26) > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec). > makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec). > > Can somebody tell me what the reason for this error is and how to overcome it. > Thanks > Steve.
请教Platform创建WinCE内核时遇到的错误 小弟遇到个麻烦,内核在创建完了之后进行BUILD,会出现很多ERROR,请教高手当遇到ERROR的时候怎么定位错误出处和修改。还有就是我在BUILD的时候出现如下ERROR: regcomp: Overwriting existing value [HKEY_CLASSES_ROOTSSCE.Errors.2.0] "Default" in system registry regcomp: Overwriting existing value [HKEY_CLASSES_ROOTSSCE.Errors.2.0CLSID] "Default" in system registry Error: Could not find file 'WINCE420PUBLICvideonimageRelDirCIRRUS_EP931X_ARMV4IReleasekernkitl.exe' on disk Error: Could not find file 'WINCE420PUBLICvideonimageRelDirCIRRUS_EP931X_ARMV4IReleasekernkitl.exe' on disk nk.exe WINCE420PUBLICvideonimageRelDirCIRRUS_EP931X_ARMV4IReleasekernkitl.exe NK SH Error: failed setting line makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec). makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec). Error PB2505: Error executing #(WINCE420PUBLICvideonimageRelDirCIRRUS_EP931X_ARMV4IRelease)makeimg.exe. 希望哪个有经验的高手指点下,这些错误都是什么原因造成的,小弟不胜感激。