C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res 1>nul
Copying fulllibc.*
NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
Stop.

Looks familiar ? anyone ?

Greetings,
Rob.

RE: Build error after QFE's Jan/Feb/march 2008 by Rob

Rob
Mon May 05 07:26:01 PDT 2008

from the website I read for the Januari update :

Download this set of updates for Windows Embedded CE 6.0 released during the
period of March 1 - March 31, 2008

Does this mean it's not valid to install after CE6-R2 ?
Is the uninstall a manual thing ? (copy the backup folder over the
work-folder?)

Greetings,
Rob



"Rob" wrote:

> C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
> C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res 1>nul
> Copying fulllibc.*
> NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
> Stop.
>
> Looks familiar ? anyone ?
>
> Greetings,
> Rob.
>

Re: Build error after QFE's Jan/Feb/march 2008 by Dean

Dean
Mon May 05 09:03:21 PDT 2008

No, you must have CE6 R2 installed. All QFEs require CE6 R2 to already be
installed. Read the system requirements on the documentation page for that
QFE...

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Rob" <Rob@discussions.microsoft.com> wrote in message
news:DA2A22C2-F555-4472-8048-4A033B05DCD7@microsoft.com...
> from the website I read for the Januari update :
>
> Download this set of updates for Windows Embedded CE 6.0 released during
> the
> period of March 1 - March 31, 2008
>
> Does this mean it's not valid to install after CE6-R2 ?
> Is the uninstall a manual thing ? (copy the backup folder over the
> work-folder?)
>
> Greetings,
> Rob
>
>
>
> "Rob" wrote:
>
>> C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
>> C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res 1>nul
>> Copying fulllibc.*
>> NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
>> Stop.
>>
>> Looks familiar ? anyone ?
>>
>> Greetings,
>> Rob.
>>



Re: Build error after QFE's Jan/Feb/march 2008 by Rob

Rob
Mon May 05 09:31:00 PDT 2008

I have R2 and the 2007 rollup installed (everything for 2007).
The check-tool indicated that jan/feb/march 2008 were missing, so I
installed them.
After that, the build error.
My collegue who did excactly the same, has no problem. (?)

I'm sure it'll be fine after wasting a lot of time, but would like to
understand what goes wrong, and/or what I did wrong....
The errormessage is very unclear about what it is trying to copy where and
why it fails. I cleaned up the disk for more room, but that didn't help.

Any suggestions besides a complete reinstall ? ;-)

Greetings,
Rob.

"Dean Ramsier" wrote:

> No, you must have CE6 R2 installed. All QFEs require CE6 R2 to already be
> installed. Read the system requirements on the documentation page for that
> QFE...
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Rob" <Rob@discussions.microsoft.com> wrote in message
> news:DA2A22C2-F555-4472-8048-4A033B05DCD7@microsoft.com...
> > from the website I read for the Januari update :
> >
> > Download this set of updates for Windows Embedded CE 6.0 released during
> > the
> > period of March 1 - March 31, 2008
> >
> > Does this mean it's not valid to install after CE6-R2 ?
> > Is the uninstall a manual thing ? (copy the backup folder over the
> > work-folder?)
> >
> > Greetings,
> > Rob
> >
> >
> >
> > "Rob" wrote:
> >
> >> C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
> >> C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res 1>nul
> >> Copying fulllibc.*
> >> NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
> >> Stop.
> >>
> >> Looks familiar ? anyone ?
> >>
> >> Greetings,
> >> Rob.
> >>
>
>
>

Re: Build error after QFE's Jan/Feb/march 2008 by Paul

Paul
Mon May 05 10:03:19 PDT 2008

Same directory structure as your colleague? That is, if he has CE6
installed on the C: drive in the default folder, c:\wince600, do you? What
about the Platform Builder tools? Same folder location as your coworker?

If everything seems the same, it's time to add some debugging to the
makefile.def file in \wince600\public\common\oak\misc. Around line 1057 is
where the libraries are being copied and one of those xcopy commands is
probably responsible for the error, although we can't tell which for sure.
Check to be sure that the folders specified in each one actually exist,
first of all. Also make sure that the user account under which you are
running the build is an administrative account.

If you identify which line is causing the problem (add some @echo commands
after each one and do another build), but still can't figure out what the
problem is, let us know.

Paul T.

"Rob" <Rob@discussions.microsoft.com> wrote in message
news:D6007EB1-595B-41B1-AB4C-F5AA83A21A52@microsoft.com...
>I have R2 and the 2007 rollup installed (everything for 2007).
> The check-tool indicated that jan/feb/march 2008 were missing, so I
> installed them.
> After that, the build error.
> My collegue who did excactly the same, has no problem. (?)
>
> I'm sure it'll be fine after wasting a lot of time, but would like to
> understand what goes wrong, and/or what I did wrong....
> The errormessage is very unclear about what it is trying to copy where and
> why it fails. I cleaned up the disk for more room, but that didn't help.
>
> Any suggestions besides a complete reinstall ? ;-)
>
> Greetings,
> Rob.
>
> "Dean Ramsier" wrote:
>
>> No, you must have CE6 R2 installed. All QFEs require CE6 R2 to already
>> be
>> installed. Read the system requirements on the documentation page for
>> that
>> QFE...
>>
>> --
>> Dean Ramsier - eMVP
>> BSQUARE Corporation
>>
>>
>> "Rob" <Rob@discussions.microsoft.com> wrote in message
>> news:DA2A22C2-F555-4472-8048-4A033B05DCD7@microsoft.com...
>> > from the website I read for the Januari update :
>> >
>> > Download this set of updates for Windows Embedded CE 6.0 released
>> > during
>> > the
>> > period of March 1 - March 31, 2008
>> >
>> > Does this mean it's not valid to install after CE6-R2 ?
>> > Is the uninstall a manual thing ? (copy the backup folder over the
>> > work-folder?)
>> >
>> > Greetings,
>> > Rob
>> >
>> >
>> >
>> > "Rob" wrote:
>> >
>> >> C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
>> >> C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res
>> >> 1>nul
>> >> Copying fulllibc.*
>> >> NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
>> >> Stop.
>> >>
>> >> Looks familiar ? anyone ?
>> >>
>> >> Greetings,
>> >> Rob.
>> >>
>>
>>
>>



Re: Build error after QFE's Jan/Feb/march 2008 by Dean

Dean
Mon May 05 10:43:14 PDT 2008

Also, clean out your temp folder. A long time ago (several versions ago)
I'd see strange build problems like this that had something to do with
temporary file name collisions...

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:Ol4eoHtrIHA.1436@TK2MSFTNGP05.phx.gbl...
> Same directory structure as your colleague? That is, if he has CE6
> installed on the C: drive in the default folder, c:\wince600, do you?
> What about the Platform Builder tools? Same folder location as your
> coworker?
>
> If everything seems the same, it's time to add some debugging to the
> makefile.def file in \wince600\public\common\oak\misc. Around line 1057
> is where the libraries are being copied and one of those xcopy commands is
> probably responsible for the error, although we can't tell which for sure.
> Check to be sure that the folders specified in each one actually exist,
> first of all. Also make sure that the user account under which you are
> running the build is an administrative account.
>
> If you identify which line is causing the problem (add some @echo commands
> after each one and do another build), but still can't figure out what the
> problem is, let us know.
>
> Paul T.
>
> "Rob" <Rob@discussions.microsoft.com> wrote in message
> news:D6007EB1-595B-41B1-AB4C-F5AA83A21A52@microsoft.com...
>>I have R2 and the 2007 rollup installed (everything for 2007).
>> The check-tool indicated that jan/feb/march 2008 were missing, so I
>> installed them.
>> After that, the build error.
>> My collegue who did excactly the same, has no problem. (?)
>>
>> I'm sure it'll be fine after wasting a lot of time, but would like to
>> understand what goes wrong, and/or what I did wrong....
>> The errormessage is very unclear about what it is trying to copy where
>> and
>> why it fails. I cleaned up the disk for more room, but that didn't help.
>>
>> Any suggestions besides a complete reinstall ? ;-)
>>
>> Greetings,
>> Rob.
>>
>> "Dean Ramsier" wrote:
>>
>>> No, you must have CE6 R2 installed. All QFEs require CE6 R2 to already
>>> be
>>> installed. Read the system requirements on the documentation page for
>>> that
>>> QFE...
>>>
>>> --
>>> Dean Ramsier - eMVP
>>> BSQUARE Corporation
>>>
>>>
>>> "Rob" <Rob@discussions.microsoft.com> wrote in message
>>> news:DA2A22C2-F555-4472-8048-4A033B05DCD7@microsoft.com...
>>> > from the website I read for the Januari update :
>>> >
>>> > Download this set of updates for Windows Embedded CE 6.0 released
>>> > during
>>> > the
>>> > period of March 1 - March 31, 2008
>>> >
>>> > Does this mean it's not valid to install after CE6-R2 ?
>>> > Is the uninstall a manual thing ? (copy the backup folder over the
>>> > work-folder?)
>>> >
>>> > Greetings,
>>> > Rob
>>> >
>>> >
>>> >
>>> > "Rob" wrote:
>>> >
>>> >> C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
>>> >> C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res
>>> >> 1>nul
>>> >> Copying fulllibc.*
>>> >> NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
>>> >> Stop.
>>> >>
>>> >> Looks familiar ? anyone ?
>>> >>
>>> >> Greetings,
>>> >> Rob.
>>> >>
>>>
>>>
>>>
>
>



Re: Build error after QFE's Jan/Feb/march 2008 by Rob

Rob
Tue May 06 01:12:00 PDT 2008

Hi Dean,Paul,
Thanks, I will try your suggestions tomorrow at my workplace.
Today (working @home) I applied the updates here, no problem.

bytheway : I really cannot imagine how the contents of the tempfolder would
influence anything, this would seem like a mis-use of temp files if it
actually has an effect. (IMHO, I'm sure MS will have a good reason to read
stuff thats already there, or not to delete it..., which would be the only
scenario's I can quickly think of leading to trouble, never mind... , life
sucks and then you die.... ;-) )

greetings,
Rob.



"Dean Ramsier" wrote:

> Also, clean out your temp folder. A long time ago (several versions ago)
> I'd see strange build problems like this that had something to do with
> temporary file name collisions...
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> wrote in message news:Ol4eoHtrIHA.1436@TK2MSFTNGP05.phx.gbl...
> > Same directory structure as your colleague? That is, if he has CE6
> > installed on the C: drive in the default folder, c:\wince600, do you?
> > What about the Platform Builder tools? Same folder location as your
> > coworker?
> >
> > If everything seems the same, it's time to add some debugging to the
> > makefile.def file in \wince600\public\common\oak\misc. Around line 1057
> > is where the libraries are being copied and one of those xcopy commands is
> > probably responsible for the error, although we can't tell which for sure.
> > Check to be sure that the folders specified in each one actually exist,
> > first of all. Also make sure that the user account under which you are
> > running the build is an administrative account.
> >
> > If you identify which line is causing the problem (add some @echo commands
> > after each one and do another build), but still can't figure out what the
> > problem is, let us know.
> >
> > Paul T.
> >
> > "Rob" <Rob@discussions.microsoft.com> wrote in message
> > news:D6007EB1-595B-41B1-AB4C-F5AA83A21A52@microsoft.com...
> >>I have R2 and the 2007 rollup installed (everything for 2007).
> >> The check-tool indicated that jan/feb/march 2008 were missing, so I
> >> installed them.
> >> After that, the build error.
> >> My collegue who did excactly the same, has no problem. (?)
> >>
> >> I'm sure it'll be fine after wasting a lot of time, but would like to
> >> understand what goes wrong, and/or what I did wrong....
> >> The errormessage is very unclear about what it is trying to copy where
> >> and
> >> why it fails. I cleaned up the disk for more room, but that didn't help.
> >>
> >> Any suggestions besides a complete reinstall ? ;-)
> >>
> >> Greetings,
> >> Rob.
> >>
> >> "Dean Ramsier" wrote:
> >>
> >>> No, you must have CE6 R2 installed. All QFEs require CE6 R2 to already
> >>> be
> >>> installed. Read the system requirements on the documentation page for
> >>> that
> >>> QFE...
> >>>
> >>> --
> >>> Dean Ramsier - eMVP
> >>> BSQUARE Corporation
> >>>
> >>>
> >>> "Rob" <Rob@discussions.microsoft.com> wrote in message
> >>> news:DA2A22C2-F555-4472-8048-4A033B05DCD7@microsoft.com...
> >>> > from the website I read for the Januari update :
> >>> >
> >>> > Download this set of updates for Windows Embedded CE 6.0 released
> >>> > during
> >>> > the
> >>> > period of March 1 - March 31, 2008
> >>> >
> >>> > Does this mean it's not valid to install after CE6-R2 ?
> >>> > Is the uninstall a manual thing ? (copy the backup folder over the
> >>> > work-folder?)
> >>> >
> >>> > Greetings,
> >>> > Rob
> >>> >
> >>> >
> >>> >
> >>> > "Rob" wrote:
> >>> >
> >>> >> C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
> >>> >> C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res
> >>> >> 1>nul
> >>> >> Copying fulllibc.*
> >>> >> NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
> >>> >> Stop.
> >>> >>
> >>> >> Looks familiar ? anyone ?
> >>> >>
> >>> >> Greetings,
> >>> >> Rob.
> >>> >>
> >>>
> >>>
> >>>
> >
> >
>
>
>

Re: Build error after QFE's Jan/Feb/march 2008 by Dean

Dean
Tue May 06 07:21:14 PDT 2008

It's a bug, that's what they do :)

--
Dean Ramsier - eMVP
BSQUARE Corporation


"Rob" <Rob@discussions.microsoft.com> wrote in message
news:04503BF6-5280-4EDB-9C08-CBFA2FEE959C@microsoft.com...
> Hi Dean,Paul,
> Thanks, I will try your suggestions tomorrow at my workplace.
> Today (working @home) I applied the updates here, no problem.
>
> bytheway : I really cannot imagine how the contents of the tempfolder
> would
> influence anything, this would seem like a mis-use of temp files if it
> actually has an effect. (IMHO, I'm sure MS will have a good reason to read
> stuff thats already there, or not to delete it..., which would be the only
> scenario's I can quickly think of leading to trouble, never mind... , life
> sucks and then you die.... ;-) )
>
> greetings,
> Rob.
>
>
>
> "Dean Ramsier" wrote:
>
>> Also, clean out your temp folder. A long time ago (several versions ago)
>> I'd see strange build problems like this that had something to do with
>> temporary file name collisions...
>>
>> --
>> Dean Ramsier - eMVP
>> BSQUARE Corporation
>>
>>
>> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
>> DOT
>> com> wrote in message news:Ol4eoHtrIHA.1436@TK2MSFTNGP05.phx.gbl...
>> > Same directory structure as your colleague? That is, if he has CE6
>> > installed on the C: drive in the default folder, c:\wince600, do you?
>> > What about the Platform Builder tools? Same folder location as your
>> > coworker?
>> >
>> > If everything seems the same, it's time to add some debugging to the
>> > makefile.def file in \wince600\public\common\oak\misc. Around line
>> > 1057
>> > is where the libraries are being copied and one of those xcopy commands
>> > is
>> > probably responsible for the error, although we can't tell which for
>> > sure.
>> > Check to be sure that the folders specified in each one actually exist,
>> > first of all. Also make sure that the user account under which you are
>> > running the build is an administrative account.
>> >
>> > If you identify which line is causing the problem (add some @echo
>> > commands
>> > after each one and do another build), but still can't figure out what
>> > the
>> > problem is, let us know.
>> >
>> > Paul T.
>> >
>> > "Rob" <Rob@discussions.microsoft.com> wrote in message
>> > news:D6007EB1-595B-41B1-AB4C-F5AA83A21A52@microsoft.com...
>> >>I have R2 and the 2007 rollup installed (everything for 2007).
>> >> The check-tool indicated that jan/feb/march 2008 were missing, so I
>> >> installed them.
>> >> After that, the build error.
>> >> My collegue who did excactly the same, has no problem. (?)
>> >>
>> >> I'm sure it'll be fine after wasting a lot of time, but would like to
>> >> understand what goes wrong, and/or what I did wrong....
>> >> The errormessage is very unclear about what it is trying to copy where
>> >> and
>> >> why it fails. I cleaned up the disk for more room, but that didn't
>> >> help.
>> >>
>> >> Any suggestions besides a complete reinstall ? ;-)
>> >>
>> >> Greetings,
>> >> Rob.
>> >>
>> >> "Dean Ramsier" wrote:
>> >>
>> >>> No, you must have CE6 R2 installed. All QFEs require CE6 R2 to
>> >>> already
>> >>> be
>> >>> installed. Read the system requirements on the documentation page
>> >>> for
>> >>> that
>> >>> QFE...
>> >>>
>> >>> --
>> >>> Dean Ramsier - eMVP
>> >>> BSQUARE Corporation
>> >>>
>> >>>
>> >>> "Rob" <Rob@discussions.microsoft.com> wrote in message
>> >>> news:DA2A22C2-F555-4472-8048-4A033B05DCD7@microsoft.com...
>> >>> > from the website I read for the Januari update :
>> >>> >
>> >>> > Download this set of updates for Windows Embedded CE 6.0 released
>> >>> > during
>> >>> > the
>> >>> > period of March 1 - March 31, 2008
>> >>> >
>> >>> > Does this mean it's not valid to install after CE6-R2 ?
>> >>> > Is the uninstall a manual thing ? (copy the backup folder over the
>> >>> > work-folder?)
>> >>> >
>> >>> > Greetings,
>> >>> > Rob
>> >>> >
>> >>> >
>> >>> >
>> >>> > "Rob" wrote:
>> >>> >
>> >>> >> C:\WINCE600\PUBLIC\COMMON\CESYSGEN>NMAKE /nologo
>> >>> >> C:\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\RETAIL\0409\wldap32.res
>> >>> >> 1>nul
>> >>> >> Copying fulllibc.*
>> >>> >> NMAKE : fatal error U1077: 'xcopy' : return code '0xc0000005'
>> >>> >> Stop.
>> >>> >>
>> >>> >> Looks familiar ? anyone ?
>> >>> >>
>> >>> >> Greetings,
>> >>> >> Rob.
>> >>> >>
>> >>>
>> >>>
>> >>>
>> >
>> >
>>
>>
>>