Error when bulding Image
I am new to XPe and also new to building image for Embedded systems. I
am having tons of errors when building image.
Can some body help
Here is a snippet of errors I am getting
R: Error 1005: File not found: "rdpwsx.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"icaapi.dll"
R: Error 1005: File not found: "icaapi.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"drprov.dll"
R: Error 1005: File not found: "drprov.dll"
Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
"rdpcdd.sys"
R: Error 1005: File not found: "rdpcdd.sys"
Brad Combs
07-09-2005, 09:27 PM
Mkr,
Is the repositories share on your system available? You can check by running
"net share" at a command prompt. If the share is there make sure it's
permissions are set to at least read.
HTH,
Brad
"Mkr" <rmammulli@yahoo.com> wrote in message
news:1120152667.158263.23440@g47g2000cwa.googlegroups.com...
>I am new to XPe and also new to building image for Embedded systems. I
> am having tons of errors when building image.
>
> Can some body help
>
> Here is a snippet of errors I am getting
>
> R: Error 1005: File not found: "rdpwsx.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "icaapi.dll"
> R: Error 1005: File not found: "icaapi.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "drprov.dll"
> R: Error 1005: File not found: "drprov.dll"
> Error 1005 (0x3ED) in "PlatformLib::CopySrcFile2": File not found:
> "rdpcdd.sys"
> R: Error 1005: File not found: "rdpcdd.sys"
>
Brad,
Thanks for your immediate response. I executed "net share" command
prompt. I also checked the repositories connection by running
\\machine-name\repositories.
I could see some folders such as {484C9D34-846E-40E2-A2E6-FF2771A303D5}
and 3 more similar folders. How could I make the permission read.
Thanks
Mkr
Brad Combs
07-09-2005, 09:27 PM
Mkr,
Just right click the folder repositories, choose sharing, click permissions,
and verify that Everyone has at least read permissions. You may want to also
check that the path to the database and files are correct. So, open
Component Database Manager and verify that "Database server location:" is
your machine-name.Also, click the Repository tab, click Repository Roots and
make sure that your "Available repository roots" is
\\machine-name\repositories.
HTH,
Brad
"Mkr" <rmammulli@yahoo.com> wrote in message
news:1120156240.697935.282760@g43g2000cwa.googlegroups.com...
> Brad,
> Thanks for your immediate response. I executed "net share" command
> prompt. I also checked the repositories connection by running
> \\machine-name\repositories.
> I could see some folders such as {484C9D34-846E-40E2-A2E6-FF2771A303D5}
> and 3 more similar folders. How could I make the permission read.
>
> Thanks
>
> Mkr
>
Brad,
Seems like my <machine-name> is different and pointing aonther
location. I am also not able to change the repositories root since the
buttons (Repository roots, Change location, Delete Repository) are
under Repository tab.
I dont know why
Thank you
Mkr
Brad,
Sorry I did not add the below line
(Repository roots, Change location, Delete Repository) are disabled
under Repository tab.
I dont know why
Thank you
Mkr
Brad Combs
07-09-2005, 09:27 PM
Mkr,
Make sure you have Component Database Manager open in "Exclusive Mode". You
do this simply by having all other XPe tools closed before you open it. Once
in Exclusive Mode the options will be available.
HTH,
Brad
"Mkr" <rmammulli@yahoo.com> wrote in message
news:1120158753.576752.234080@g49g2000cwa.googlegroups.com...
> Brad,
> Seems like my <machine-name> is different and pointing aonther
> location. I am also not able to change the repositories root since the
> buttons (Repository roots, Change location, Delete Repository) are
> under Repository tab.
>
> I dont know why
>
> Thank you
>
> Mkr
>
Hello Brad,
Thanks for your timely help. I greatly appreciate it.
I finally build the image without any error, but have 2 warning. Can I
just discard this warning. This warning is for a Intel 8255x ER fast
ethernet controller.
I also have a Graphical User application in VC++.
a)How am I going to port this application to target board.
b)I need to boot or start from this application on the target board.
Thanks
Mkr
Brad Combs wrote:
> Mkr,
>
> Make sure you have Component Database Manager open in "Exclusive Mode". You
> do this simply by having all other XPe tools closed before you open it. Once
> in Exclusive Mode the options will be available.
>
> HTH,
> Brad
>
> "Mkr" <rmammulli@yahoo.com> wrote in message
> news:1120158753.576752.234080@g49g2000cwa.googlegroups.com...
> > Brad,
> > Seems like my <machine-name> is different and pointing aonther
> > location. I am also not able to change the repositories root since the
> > buttons (Repository roots, Change location, Delete Repository) are
> > under Repository tab.
> >
> > I dont know why
> >
> > Thank you
> >
> > Mkr
> >
Error when bulding Image