PC Review Forums Newsgroups Windows XP Windows XP Embedded Error 1005: File not found

Reply

Error 1005: File not found

 
Thread Tools Rate Thread
Old 19-09-2005, 07:35 AM   #1
Michael Demb
Guest
 
Posts: n/a
Default Error 1005: File not found


Hi,

I am trying to create a custom driver component, but with no success.
I created a new component by importing driver's .inf file at Component
Designer. Then I imported the new SLD file into the database. Now I could
see it in the Hardware section at Target Designer. Then I added the
component to my project and ran the dependency check with no errors in the
result.
But when I tried to build the image I got the following error for every file
in that specific component:

Building: "Intel Corporation 855 Embedded Graphics Driver [Version
4.0.0.642, R2]"...
Warning 1116: Building unreleased component: "Intel Corporation 855
Embedded Graphics Driver [Version 4.0.0.642, R2]"
Error 1005: File not found: "ssigd.cat"
Error 1005: File not found: "ssigd.inf"
Error 1005: File not found: "igdmini.sys"
Error 1005: File not found: "igddis.dll"
Error 1005: File not found: "igd3dalm.dll"
Error 1005: File not found: "ch7009.sys"
Error 1005: File not found: "ch7017.sys"
Error 1005: File not found: "fs454.sys"
Error 1005: File not found: "lvds.sys"
Error 1005: File not found: "ns2501.sys"
Error 1005: File not found: "ns387.sys"
Error 1005: File not found: "sii164.sys"
Error 1005: File not found: "th164.sys"

What did I missed?
BTW, what does it means: "unreleased component"? Why is it unreleased?

Thanks,
Michael.


  Reply With Quote
Old 19-09-2005, 09:52 AM   #2
karl
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

Hi Michael

Those are basic questions. Search the help file of XPE developement
tools, or MSDN, then you'll find the answer.

  Reply With Quote
Old 19-09-2005, 09:55 AM   #3
karl
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

HI Michael.

Those are basic questions which can be resolved by yourself. Search
your developement tools' help files or MSDN, then you'll find the
answer.

  Reply With Quote
Old 19-09-2005, 09:55 AM   #4
karl
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

HI Michael.

Those are basic questions which can be resolved by yourself. Search
your developement tools' help files or MSDN, then you'll find the
answer.

  Reply With Quote
Old 19-09-2005, 09:57 AM   #5
karl
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

HI Michael.

Those are basic questions which can be resolved by yourself. Search
your developement tools' help files or MSDN, then you'll find the
answer.


Michael Demb wrote:
> Hi,
>
> I am trying to create a custom driver component, but with no success.
> I created a new component by importing driver's .inf file at Component
> Designer. Then I imported the new SLD file into the database. Now I could
> see it in the Hardware section at Target Designer. Then I added the
> component to my project and ran the dependency check with no errors in the
> result.
> But when I tried to build the image I got the following error for every file
> in that specific component:
>
> Building: "Intel Corporation 855 Embedded Graphics Driver [Version
> 4.0.0.642, R2]"...
> Warning 1116: Building unreleased component: "Intel Corporation 855
> Embedded Graphics Driver [Version 4.0.0.642, R2]"
> Error 1005: File not found: "ssigd.cat"
> Error 1005: File not found: "ssigd.inf"
> Error 1005: File not found: "igdmini.sys"
> Error 1005: File not found: "igddis.dll"
> Error 1005: File not found: "igd3dalm.dll"
> Error 1005: File not found: "ch7009.sys"
> Error 1005: File not found: "ch7017.sys"
> Error 1005: File not found: "fs454.sys"
> Error 1005: File not found: "lvds.sys"
> Error 1005: File not found: "ns2501.sys"
> Error 1005: File not found: "ns387.sys"
> Error 1005: File not found: "sii164.sys"
> Error 1005: File not found: "th164.sys"
>
> What did I missed?
> BTW, what does it means: "unreleased component"? Why is it unreleased?
>
> Thanks,
> Michael.


  Reply With Quote
Old 19-09-2005, 10:05 AM   #6
karl5511
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

Sorry. I replied by google groups. It maybe has a bug that I can't see my
reply after I replied, so I replied and replied

"Michael Demb" <michaeld@adyoron.com> Đ´ČëÓĘĽţ
news:us0kAwNvFHA.2948@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I am trying to create a custom driver component, but with no success.
> I created a new component by importing driver's .inf file at Component
> Designer. Then I imported the new SLD file into the database. Now I could
> see it in the Hardware section at Target Designer. Then I added the
> component to my project and ran the dependency check with no errors in the
> result.
> But when I tried to build the image I got the following error for every

file
> in that specific component:
>
> Building: "Intel Corporation 855 Embedded Graphics Driver [Version
> 4.0.0.642, R2]"...
> Warning 1116: Building unreleased component: "Intel Corporation 855
> Embedded Graphics Driver [Version 4.0.0.642, R2]"
> Error 1005: File not found: "ssigd.cat"
> Error 1005: File not found: "ssigd.inf"
> Error 1005: File not found: "igdmini.sys"
> Error 1005: File not found: "igddis.dll"
> Error 1005: File not found: "igd3dalm.dll"
> Error 1005: File not found: "ch7009.sys"
> Error 1005: File not found: "ch7017.sys"
> Error 1005: File not found: "fs454.sys"
> Error 1005: File not found: "lvds.sys"
> Error 1005: File not found: "ns2501.sys"
> Error 1005: File not found: "ns387.sys"
> Error 1005: File not found: "sii164.sys"
> Error 1005: File not found: "th164.sys"
>
> What did I missed?
> BTW, what does it means: "unreleased component"? Why is it unreleased?
>
> Thanks,
> Michael.
>
>



  Reply With Quote
Old 19-09-2005, 11:02 AM   #7
Michael Demb
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

Hi Karl,

Sorry but this is really not a basic question, cause creating the components
in a right way is not so easy as it described in the books. I am doing
everything as it described in the MSDN (and not only) books but it still
doesn't work.
I could create one component and import it to the database, but when I
create another component and try to add it to the same repository, the
import process ends with OK but no files are copied.
I still can't understand what I am doing wrong.



"karl" <karl5511@gmail.com> wrote in message
news:1127116331.352434.168690@g44g2000cwa.googlegroups.com...
> Hi Michael
>
> Those are basic questions. Search the help file of XPE developement
> tools, or MSDN, then you'll find the answer.
>



  Reply With Quote
Old 19-09-2005, 10:51 PM   #8
Brad Combs
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

Michael,

The likely reason for the 1005 is that there was no repository created for
or assigned to the component. Follow this article to help troubleshoot:
http://msdn.microsoft.com/library/d...itoryObject.asp

Your component is showing as unreleased because you haven't released it yet.
;-)
You can set the component to released by right clicking it in component
designer and choosing release. This error is safe to ignore during your
build testing.

HTH,
Brad

"Michael Demb" <michaeld@adyoron.com> wrote in message
news:us0kAwNvFHA.2948@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I am trying to create a custom driver component, but with no success.
> I created a new component by importing driver's .inf file at Component
> Designer. Then I imported the new SLD file into the database. Now I could
> see it in the Hardware section at Target Designer. Then I added the
> component to my project and ran the dependency check with no errors in the
> result.
> But when I tried to build the image I got the following error for every
> file in that specific component:
>
> Building: "Intel Corporation 855 Embedded Graphics Driver [Version
> 4.0.0.642, R2]"...
> Warning 1116: Building unreleased component: "Intel Corporation 855
> Embedded Graphics Driver [Version 4.0.0.642, R2]"
> Error 1005: File not found: "ssigd.cat"
> Error 1005: File not found: "ssigd.inf"
> Error 1005: File not found: "igdmini.sys"
> Error 1005: File not found: "igddis.dll"
> Error 1005: File not found: "igd3dalm.dll"
> Error 1005: File not found: "ch7009.sys"
> Error 1005: File not found: "ch7017.sys"
> Error 1005: File not found: "fs454.sys"
> Error 1005: File not found: "lvds.sys"
> Error 1005: File not found: "ns2501.sys"
> Error 1005: File not found: "ns387.sys"
> Error 1005: File not found: "sii164.sys"
> Error 1005: File not found: "th164.sys"
>
> What did I missed?
> BTW, what does it means: "unreleased component"? Why is it unreleased?
>
> Thanks,
> Michael.
>



  Reply With Quote
Old 20-09-2005, 05:39 AM   #9
Karl
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

Hi Michael,

> I could create one component and import it to the database, but when I
> create another component and try to add it to the same repository, the
> import process ends with OK but no files are copied.
> I still can't understand what I am doing wrong.


Sorry for my arbitrary conclusion.

My answer is just as Brad Combs's. Hope it works!
Why do you add another component "to the same repository", not another
repository? What mean?

-Karl

  Reply With Quote
Old 20-09-2005, 10:42 AM   #10
JustinH
Guest
 
Posts: n/a
Default Re: Error 1005: File not found

Hi Michael

I have been having similar problems. I created a new component, with
its own new repository, based on an .inf file. At first it worked
fine. The I created other components with their own repositories and
suddenly the original component cannot find its files during build.
They are there in the repository, but the build is only searching the
original three repositories for them and not my new repositiories. I
have tried deleting the repository and the component and created it
again from scratch, but i still get the same problem. Obviously there
is something that i haven't set to tell the build which repository to
look in for the files, but I haven't worked out what yet. My quick and
dirty (and probably very very bad) workaround has been to copy the
files into one of the repositories that do get searched, and it seems
happy with that, but I will continue looking for the authorative
solution and I will let you know if i find anything.
Regards

Justin

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off