Checksum error during build?

John Meyer
Hello,

I have been attempting to build an image using the 2440 BSP from the Wiki
on this forum.  I have been able to eliminate many errors by doing a clean
install of VS2005 and CE6.0.

But I am now getting an error that I can't track down.  Only the Build log
gives any indication of what the error is from the Build.log file (the last
dozen lines are listed below.

nmake.exe seems to be reporting an error U1077, but it seems to originate
from the lines above that reference this file:
c:\ce1\tools\ostools\wincetools\rescommon\checksum.cpp by the module
Res2Res.

Further up in the log there was a reference to other errors. Ten one place
and eighteen in another place, but they didn't stop the build and there was
no indication as to why.

Can anyone provide an explanation?

Thank you,

John Meyer

-----------------
From Build.log:


Building combined coredll res file for 0804
  res2res %COREDLL_RESOURCES% -fo
C:\WINCE600\OSDesigns\MINI2440_OS_100928\MINI2440_OS_100928\Wince600\Mini2440_AR
MV4I\cesysgen\oak\target\ARMV4I\debug\0804\coredll.res
Res2Res for Windows CE (Release) (Built on Jun 30 2006 16:52:50)
Copyright (C) Microsoft Corp. 1991-2004.  All rights reserved.
Res2Res: Using C:\WINCE600\public\common\oak\Bin\i386\R2RDUMMY.DLL for temp
exe
Res2Res: Using resources from
C:\WINCE600\public\common\oak\lib\ARMV4I\debug\0804\coreres.res.
Res2Res: Adding resources from
C:\WINCE600\public\common\oak\lib\ARMV4I\debug\0804\coreres.res to
C:\DOCUME~1\JOHNME~1\LOCALS~1\Temp\R2R24F3.tmp.
ERROR: Res2Res: Res2Res:  ERROR: Line: 267  File:
c:\ce1\tools\ostools\wincetools\rescommon\checksum.cpp
ERROR: Res2Res: Res2Res:  ERROR: Line: 267  File:
c:\ce1\tools\ostools\wincetools\rescommon\checksum.cpp
Res2Res: Error adding resources (-1)
NMAKE : fatal error U1077: 'res2res' : return code '0xffffffff'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return
code '0x2'
Stop.

John Meyer
If anyone is interested, it seems to have been my anti-virus software that
was causing the problem.

I saw a note posted here in response to another question suggesting turning
off virus checking.

I tried it and my emulator now runs, but I still get 3 errors on my 2440
build.  Chasing those now.

John