Hi all, I have a windows ce 6.0 project, and I want to use jenkins to do regular build. but it always fails with these error messages : LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; recheck installation of this product NMAKE : fatal error U1077: 'link' : return code '0x44d' Stop. NMAKE : fatal error U1077: 'D:\MyCodes\WINCE600-test\sdk\bin\i386\nmake.exe' : return code '0x2' Stop. NMAKE : fatal error U1077: 'D:\MyCodes\WINCE600-test\sdk\bin\i386\nmake.exe' : return code '0x2' Stop.
here is my jenkins' setting @ECHO off set __PROJECTNAME__=AM35x_OSDesign set __PLATFORMNAME__=AM35x_BSP set CPU=ARMV4I set _WINCEROOT=D:\MyCodes\WINCE600-test set PBWORKSPACEROOT=%_WINCEROOT%\OSDesigns\%__PROJECTNAME__%\%__PROJECTNAME__% set _PROJECTROOT=%PBWORKSPACEROOT%\WINCE600\%__PLATFORMNAME__%_%CPU% set PBWORKSPACE=%PBWORKSPACEROOT%\%__PROJECTNAME__%.pbxml set WINCE_BAT=%_WINCEROOT%\Public\Common\Oak\misc\wince.bat set PBXMLUTILS="D:\Program Files\Microsoft Platform Builder\6.00\cepb\IdeVS\pbxmlutils.exe" set __CONFIG__=1 call %WINCE_BAT% %CPU% %__PROJECTNAME__% %__PLATFORMNAME__% %PBXMLUTILS% /config %__CONFIG__% /getbuildenv > %_WINCEROOT%\Build%__PROJECTNAME__%.bat call %_WINCEROOT%\Build%__PROJECTNAME__%.bat blddemo -q and it works if I create a windows console ( not platform builder console ), and run the above batch file. my system is XP. any information would be appreciated. thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.