Hi all,

After doing a fresh install of VS 2005 w/ PB 6.0 and after carefully doing
all updates in the order listed on the March 2008 update page, I get this
error when building a new OSDesign...

-------------------------------------------
TARGETNAME: fsdmgr
makefile.def: Including
C:\WINCE600\public\common\oak\misc\sources.ReleaseType_OAK
BUILD_MARKER:LINK_DLL_START Linking
C:\WINCE600\OSDesigns\Test9261OSDesign\Test9261OSDesign\Wince600\9261TestBSP_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\fsdmgr.lib
link -lib
-out:C:\WINCE600\OSDesigns\Test9261OSDesign\Test9261OSDesign\Wince600\9261TestBSP_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\fsdmgr.lib
-def:C:\WINCE600\OSDesigns\Test9261OSDesign\Test9261OSDesign\Wince600\9261TestBSP_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\fsdmgr.def
-machine:thumb @C:\DOCUME~1\mmoreno\LOCALS~1\Temp\nm1090.tmp
The system cannot execute the specified program.
NMAKE : fatal error U1077: 'link' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return
code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return
code '0x2'
Stop.
-------------------------------------------

Can anyone tell me what may be causing this?

Thanks,
Marco

RE: WinCE 6.0 link failure by Marco

Marco
Mon May 05 10:43:00 PDT 2008

Nevermind, deleting my temp directory files fixed this.

"Marco" wrote:

> Hi all,
>
> After doing a fresh install of VS 2005 w/ PB 6.0 and after carefully doing
> all updates in the order listed on the March 2008 update page, I get this
> error when building a new OSDesign...
>
> -------------------------------------------
> TARGETNAME: fsdmgr
> makefile.def: Including
> C:\WINCE600\public\common\oak\misc\sources.ReleaseType_OAK
> BUILD_MARKER:LINK_DLL_START Linking
> C:\WINCE600\OSDesigns\Test9261OSDesign\Test9261OSDesign\Wince600\9261TestBSP_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\fsdmgr.lib
> link -lib
> -out:C:\WINCE600\OSDesigns\Test9261OSDesign\Test9261OSDesign\Wince600\9261TestBSP_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\fsdmgr.lib
> -def:C:\WINCE600\OSDesigns\Test9261OSDesign\Test9261OSDesign\Wince600\9261TestBSP_ARMV4I\cesysgen\oak\lib\ARMV4I\retail\fsdmgr.def
> -machine:thumb @C:\DOCUME~1\mmoreno\LOCALS~1\Temp\nm1090.tmp
> The system cannot execute the specified program.
> NMAKE : fatal error U1077: 'link' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return
> code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'C:\WINCE600\sdk\bin\i386\nmake.exe' : return
> code '0x2'
> Stop.
> -------------------------------------------
>
> Can anyone tell me what may be causing this?
>
> Thanks,
> Marco