WINCE 六 编译时遇到的EDITBIN : fatal error LNK1104: cannot open file

WINCE 6 编译时遇到的EDITBIN : fatal error LNK1104: cannot open file
最近老是遇到这个错误,就是
EDITBIN : fatal error LNK1104: cannot open file
我已经重装了N遍操作系统,更换了中文版还有英文版的VS2005,为什么还是遇到这个问题。
不知道哪位大侠有没有遇到这个问题,告诉在下一下。

build.log内容
C/C++ code

Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

-nodefaultlib 
-entry:mainWCRTStartup 
-pdb:D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\target\ARMV4I\retail\net.pdb 
-pdbaltpath:net.pdb 
/opt:ref 
-debug -debugtype:cv -incremental:no 
-map:D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\target\ARMV4I\retail\net.map 
-savebaserelocations:D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\target\ARMV4I\retail\net.rel 
-MERGE:.rdata=.text -merge:.astart=.text -align:4096 -ignore:4001,4070,4078,4086,4089,4096,4099,4108,4229 /STACK:65536,4096 -debugtype:cv,fixup -incremental:no 
/subsystem:windowsce,6.00 
-base:0x00010000 
D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\sdk\lib\ARMV4I\retail\coredll.lib D:\WINCE600\public\common\oak\lib\ARMV4I\retail\net.lib D:\WINCE600\public\common\oak\lib\ARMV4I\retail\net.res D:\WINCE600\public\common\oak\lib\ARMV4I\retail\corelib0.lib D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\corelib1.lib 
    editbin /nxcompat D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\target\ARMV4I\retail\net.exe
Microsoft (R) COFF/PE Editor Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

EDITBIN : fatal error LNK1104: cannot open file 'D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\target\ARMV4I\retail\net.exe'
NMAKE : fatal error U1077: 'editbin' : return code '0x450'
Stop.
NMAKE : fatal error U1077: 'D:\WINCE600\sdk\bin\i386\nmake.exe' : return code '0x2'
Stop.



错误提示为:
D:\WINCE600\build.log(1) : error SYSGEN0000: error(s) in sysgen phase 



------解决方案--------------------
EDITBIN : fatal error LNK1104: cannot open file 'D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\target\ARMV4I\retail\net.exe'
NMAKE : fatal error U1077: 'editbin' : return code '0x450'楼主,你检查一下这个文件是否存在,可能是这个文件正在被使用,或者是有其它线程正在占用它,建议在构建前把杀毒软件关了…

------解决方案--------------------
探讨
EDITBIN : fatal error LNK1104: cannot open file 'D:\WINCE600\OSDesigns\YC2440\YC2440\Wince600\YC2440_ARMV4I\cesysgen\oak\target\ARMV4I\retail\net.exe'
NMAKE : fatal error U1077: 'editbin' : return code '0x450'楼主,你检查一下这个文件是否存在,可能是这个文件正在被使用,或者是有其它线程正在占用它,建议在构建前把杀毒软件关了…


------解决方案--------------------
曾经被卡巴弄过,呵呵 360也会?