Hello, Can anybody there to solve my problem am getting these errors when i build win ce6.0Bsp BUILD: [01:0000000776:ERRORE] NMAKE : U1073: don't know how to make 'C:\ WINCE600\OSDesigns\OSDesign2\OSDesign2\Wince600\Mini2440_ARMV4I\cesysgen\oak\lib \ARMV4I\ debug\ufnmdd.lib' BUILD: [01:0000000778:ERRORE] NMAKE.EXE TargetLibFiles -i -c BUILDMSG=Stop. BUILDROOT=C:\WINCE600\PLATFORM\OSDesign2 LINKONLY=1 NOPASS0=1 failed - rc = 2 thanks !
Error build win ce6.0Bsp !
1-I cant find how to remove that lib from the build. 2- got 4 error, VB2005,PB, Wince6 R3 all installed wo error. "BUILD: [Thrd:Sequence:Type ] Message BUILD: [01:0000000434:ERRORE] C:\WINCE600\PLATFORM\Mini2440\SRC\DRIVERS\SDHC\SDHCBASE\.\sdiocontrollerbase.cpp (1211) : error C2065: 'ResponseR7' : undeclared identifier BUILD: [01:0000000435:ERRORE] C:\WINCE600\PLATFORM\Mini2440\SRC\DRIVERS\SDHC\SDHCBASE\.\sdiocontrollerbase.cpp (1211) : error C2051: case expression not constant BUILD: [01:0000000436:ERRORE] C:\WINCE600\PLATFORM\Mini2440\SRC\DRIVERS\SDHC\SDHCBASE\.\sdiocontrollerbase.cpp (1312) : error C2051: case expression not constant " Can some one help me out ?! Thanks
I found my problem, I add usb function drive ! In catalog items -> Core OS -> CEBASE -> Core OS Services -> USB host support -> enable Usb function driver To Dezso: you can modify sdcardddk.h in ddk/inc typedef enum _SD_RESPONSE_TYPE { NoResponse = 0, ResponseR1 = 1, ResponseR1b = 2, ResponseR2 = 3, ResponseR3 = 4, ResponseR4 = 5, ResponseR5 = 6, ResponseR6 = 7, ResponseR7 = 8 } SD_RESPONSE_TYPE, *PSD_RESPONSE_TYPE;
Thanks, now I'm down to 1 error. "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." How can I fix this one ?! I don't have this folder "c:\ce1".
Hi dezso, I was also facing the same problem (ResponseR7), when i upgrade WinCE6.0 R2 to R3 problem solved.
NOP, WinCE6 R3 did not helped, same error as before. "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." What is missing here, where is the reference to this file location ? I need to fix this, HELP.