I get the following error during a Build|Clean operation:

Deleted intermediate files and output files for project 'AU1100TEST2 - AMD
DB1100: MIPSII Win32 (WCE MIPSII) Debug'.
Warning PB2020: Unable to copy file(s). The path is invalid or the files do
not exist: -
C:\WINCE420\platform\DB1100\target\MIPSII\retail\ddi_au1100lcd.dll
1 File(s) copied
1 File(s) copied
1 File(s) copied
1 File(s) copied
1 File(s) copied

If you'll notice, it is trying to copy the ddi_au1100lcd.dll from the
*retail* folder. This seems odd to me for two reasons,
1) I have never built the retail version, why it would copy it from that
folder?
2) I would assume that the LCD DLL would be cleaned and re-built, not copied
as part of a clean.

Can anybody shed some light on this?

--
Frank D. Lombardo
Turning Point Technology, Inc.
Frank_AT_TurningPointOnline_DOT_com

Re: Error during Build|Clean by Geoff

Geoff
Tue Dec 02 18:53:09 CST 2003

cos there is a mistake in the alchemydrivers.cec file:

delete this:

BuildMethod
(
GUID ( {4931CEDD-F714-4859-B4A9-0729AE367D7B} )
Step ( PreMakeImg )
CoreOS( IABASE )
CPU ( "MIPSII" )
Action ( '#COPY(
"$(_TARGETPLATROOT)\target\MIPSII\retail\ddi_au1100lcd.dll","$(_FLATRELEASED
IR)")' )
)


and I think you should be okay - reimport the CEC file too.

--
Geoff Smith
eMVP
http://www.BSQUARE.com
==

"Frank Lombardo" <NoSpam@TurningPointOnline.com> wrote in message
news:O$1gwUTuDHA.2492@TK2MSFTNGP12.phx.gbl...
> I get the following error during a Build|Clean operation:
>
> Deleted intermediate files and output files for project 'AU1100TEST2 - AMD
> DB1100: MIPSII Win32 (WCE MIPSII) Debug'.
> Warning PB2020: Unable to copy file(s). The path is invalid or the files
do
> not exist: -
> C:\WINCE420\platform\DB1100\target\MIPSII\retail\ddi_au1100lcd.dll
> 1 File(s) copied
> 1 File(s) copied
> 1 File(s) copied
> 1 File(s) copied
> 1 File(s) copied
>
> If you'll notice, it is trying to copy the ddi_au1100lcd.dll from the
> *retail* folder. This seems odd to me for two reasons,
> 1) I have never built the retail version, why it would copy it from that
> folder?
> 2) I would assume that the LCD DLL would be cleaned and re-built, not
copied
> as part of a clean.
>
> Can anybody shed some light on this?
>
> --
> Frank D. Lombardo
> Turning Point Technology, Inc.
> Frank_AT_TurningPointOnline_DOT_com
>
>
>
>



Re: Error during Build|Clean by Frank

Frank
Wed Dec 03 10:51:09 CST 2003

This may be a dumb question, but how do I re-import the CEC file? I tried
File|Manage Catalog Features. Then I removed the alchemydrivers.cec file
and then imported the new alchemydrivers.cec file. When I run Clean, I get
the same error. Am I missing a step?

--
Frank D. Lombardo
Turning Point Technology, Inc.
Frank_AT_TurningPointOnline_DOT_com



"Geoff Smith" <smith.geoffrey@fixme.comcast.net> wrote in message
news:OuxphdTuDHA.3256@TK2MSFTNGP11.phx.gbl...
> cos there is a mistake in the alchemydrivers.cec file:
>
> delete this:
>
> BuildMethod
> (
> GUID ( {4931CEDD-F714-4859-B4A9-0729AE367D7B} )
> Step ( PreMakeImg )
> CoreOS( IABASE )
> CPU ( "MIPSII" )
> Action ( '#COPY(
>
"$(_TARGETPLATROOT)\target\MIPSII\retail\ddi_au1100lcd.dll","$(_FLATRELEASED
> IR)")' )
> )
>
>
> and I think you should be okay - reimport the CEC file too.
>
> --
> Geoff Smith
> eMVP
> http://www.BSQUARE.com
> ==
>
> "Frank Lombardo" <NoSpam@TurningPointOnline.com> wrote in message
> news:O$1gwUTuDHA.2492@TK2MSFTNGP12.phx.gbl...
> > I get the following error during a Build|Clean operation:
> >
> > Deleted intermediate files and output files for project 'AU1100TEST2 -
AMD
> > DB1100: MIPSII Win32 (WCE MIPSII) Debug'.
> > Warning PB2020: Unable to copy file(s). The path is invalid or the files
> do
> > not exist: -
> > C:\WINCE420\platform\DB1100\target\MIPSII\retail\ddi_au1100lcd.dll
> > 1 File(s) copied
> > 1 File(s) copied
> > 1 File(s) copied
> > 1 File(s) copied
> > 1 File(s) copied
> >
> > If you'll notice, it is trying to copy the ddi_au1100lcd.dll from the
> > *retail* folder. This seems odd to me for two reasons,
> > 1) I have never built the retail version, why it would copy it from that
> > folder?
> > 2) I would assume that the LCD DLL would be cleaned and re-built, not
> copied
> > as part of a clean.
> >
> > Can anybody shed some light on this?
> >
> > --
> > Frank D. Lombardo
> > Turning Point Technology, Inc.
> > Frank_AT_TurningPointOnline_DOT_com
> >
> >
> >
> >
>
>



Re: Error during Build|Clean by Dan

Dan
Wed Dec 03 11:14:55 CST 2003

Right click in the catalog window and select "Refresh Catalog".

"Frank Lombardo" <NoSpam@TurningPointOnline.com> wrote in message
news:e9tKH2buDHA.2260@TK2MSFTNGP09.phx.gbl...
> This may be a dumb question, but how do I re-import the CEC file? I tried
> File|Manage Catalog Features. Then I removed the alchemydrivers.cec file
> and then imported the new alchemydrivers.cec file. When I run Clean, I
get
> the same error. Am I missing a step?
>
> --
> Frank D. Lombardo
> Turning Point Technology, Inc.
> Frank_AT_TurningPointOnline_DOT_com
>
>
>
> "Geoff Smith" <smith.geoffrey@fixme.comcast.net> wrote in message
> news:OuxphdTuDHA.3256@TK2MSFTNGP11.phx.gbl...
> > cos there is a mistake in the alchemydrivers.cec file:
> >
> > delete this:
> >
> > BuildMethod
> > (
> > GUID ( {4931CEDD-F714-4859-B4A9-0729AE367D7B} )
> > Step ( PreMakeImg )
> > CoreOS( IABASE )
> > CPU ( "MIPSII" )
> > Action ( '#COPY(
> >
>
"$(_TARGETPLATROOT)\target\MIPSII\retail\ddi_au1100lcd.dll","$(_FLATRELEASED
> > IR)")' )
> > )
> >
> >
> > and I think you should be okay - reimport the CEC file too.
> >
> > --
> > Geoff Smith
> > eMVP
> > http://www.BSQUARE.com
> > ==
> >
> > "Frank Lombardo" <NoSpam@TurningPointOnline.com> wrote in message
> > news:O$1gwUTuDHA.2492@TK2MSFTNGP12.phx.gbl...
> > > I get the following error during a Build|Clean operation:
> > >
> > > Deleted intermediate files and output files for project 'AU1100TEST2 -
> AMD
> > > DB1100: MIPSII Win32 (WCE MIPSII) Debug'.
> > > Warning PB2020: Unable to copy file(s). The path is invalid or the
files
> > do
> > > not exist: -
> > > C:\WINCE420\platform\DB1100\target\MIPSII\retail\ddi_au1100lcd.dll
> > > 1 File(s) copied
> > > 1 File(s) copied
> > > 1 File(s) copied
> > > 1 File(s) copied
> > > 1 File(s) copied
> > >
> > > If you'll notice, it is trying to copy the ddi_au1100lcd.dll from the
> > > *retail* folder. This seems odd to me for two reasons,
> > > 1) I have never built the retail version, why it would copy it from
that
> > > folder?
> > > 2) I would assume that the LCD DLL would be cleaned and re-built, not
> > copied
> > > as part of a clean.
> > >
> > > Can anybody shed some light on this?
> > >
> > > --
> > > Frank D. Lombardo
> > > Turning Point Technology, Inc.
> > > Frank_AT_TurningPointOnline_DOT_com
> > >
> > >
> > >
> > >
> >
> >
>
>



Re: Error during Build|Clean by Frank

Frank
Thu Dec 04 10:23:31 CST 2003

To keep everybody posted:

The catalog was updated, but the project was not. I had to remove the
feature and re-add it to the project for the new setting to take effect.

--
Frank D. Lombardo
Turning Point Technology, Inc.
Frank_AT_TurningPointOnline_DOT_com



"Dan" <nospam@nowhere.com> wrote in message
news:udZR7DcuDHA.1060@TK2MSFTNGP12.phx.gbl...
> Right click in the catalog window and select "Refresh Catalog".
>
> "Frank Lombardo" <NoSpam@TurningPointOnline.com> wrote in message
> news:e9tKH2buDHA.2260@TK2MSFTNGP09.phx.gbl...
> > This may be a dumb question, but how do I re-import the CEC file? I
tried
> > File|Manage Catalog Features. Then I removed the alchemydrivers.cec
file
> > and then imported the new alchemydrivers.cec file. When I run Clean, I
> get
> > the same error. Am I missing a step?
> >
> > --
> > Frank D. Lombardo
> > Turning Point Technology, Inc.
> > Frank_AT_TurningPointOnline_DOT_com
> >
> >
> >
> > "Geoff Smith" <smith.geoffrey@fixme.comcast.net> wrote in message
> > news:OuxphdTuDHA.3256@TK2MSFTNGP11.phx.gbl...
> > > cos there is a mistake in the alchemydrivers.cec file:
> > >
> > > delete this:
> > >
> > > BuildMethod
> > > (
> > > GUID ( {4931CEDD-F714-4859-B4A9-0729AE367D7B} )
> > > Step ( PreMakeImg )
> > > CoreOS( IABASE )
> > > CPU ( "MIPSII" )
> > > Action ( '#COPY(
> > >
> >
>
"$(_TARGETPLATROOT)\target\MIPSII\retail\ddi_au1100lcd.dll","$(_FLATRELEASED
> > > IR)")' )
> > > )
> > >
> > >
> > > and I think you should be okay - reimport the CEC file too.
> > >
> > > --
> > > Geoff Smith
> > > eMVP
> > > http://www.BSQUARE.com
> > > ==
> > >
> > > "Frank Lombardo" <NoSpam@TurningPointOnline.com> wrote in message
> > > news:O$1gwUTuDHA.2492@TK2MSFTNGP12.phx.gbl...
> > > > I get the following error during a Build|Clean operation:
> > > >
> > > > Deleted intermediate files and output files for project
'AU1100TEST2 -
> > AMD
> > > > DB1100: MIPSII Win32 (WCE MIPSII) Debug'.
> > > > Warning PB2020: Unable to copy file(s). The path is invalid or the
> files
> > > do
> > > > not exist: -
> > > > C:\WINCE420\platform\DB1100\target\MIPSII\retail\ddi_au1100lcd.dll
> > > > 1 File(s) copied
> > > > 1 File(s) copied
> > > > 1 File(s) copied
> > > > 1 File(s) copied
> > > > 1 File(s) copied
> > > >
> > > > If you'll notice, it is trying to copy the ddi_au1100lcd.dll from
the
> > > > *retail* folder. This seems odd to me for two reasons,
> > > > 1) I have never built the retail version, why it would copy it from
> that
> > > > folder?
> > > > 2) I would assume that the LCD DLL would be cleaned and re-built,
not
> > > copied
> > > > as part of a clean.
> > > >
> > > > Can anybody shed some light on this?
> > > >
> > > > --
> > > > Frank D. Lombardo
> > > > Turning Point Technology, Inc.
> > > > Frank_AT_TurningPointOnline_DOT_com
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>