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/de...toryObject.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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>