> On Aug 7, 2015, at 1:40 PM, Gerard Bucas <[email protected]> wrote:
> 
> 
> 
> Hi guys,
> 
> 
> 
> Need some help!
> 
> 
> 
> Trying to build latest firmware 0.82 on Windows. Using VS2008 - so normally
> pretty simple!
> 
> 
> 
> I think I have followed all the steps correctly but I get this error when
> building:
> 
> 
> 
>> Build_IFWI.bat MNW2 Release
> 
> 
> 
> build...
> 
> c:\uefi\myworkspace\Vlv2BinaryPkg\X64RELEASE\X64\MpCpu.inf(61): error 3000:
> PCD
> 
> [gEfiVLVTokenSpaceGuid.PcdCpuLockBoxDataAddress] in
> [c:\uefi\myworkspace\Vlv2Bin
> 
> aryPkg\X64RELEASE\X64\MpCpu.inf] is not found in dependent packages:
> 
>                c:\uefi\myworkspace\MdePkg\MdePkg.dec
> 
>        c:\uefi\myworkspace\IntelFrameworkPkg\IntelFrameworkPkg.dec
> 
>        c:\uefi\myworkspace\IA32FamilyCpuPkg\IA32FamilyCpuPkg.dec
> 
>        c:\uefi\myworkspace\Vlv2TbltDevicePkg\PlatformPkg.dec
> 
>        c:\uefi\myworkspace\MdeModulePkg\MdeModulePkg.dec
> 
> 
> c:\uefi\myworkspace\IntelFrameworkModulePkg\IntelFrameworkModulePkg.dec
> 
>        c:\uefi\myworkspace\Vlv2DeviceRefCodePkg\Vlv2DeviceRefCodePkg.dec
> 
> 


PCD values are declared to exist by a DEC file. As long as the INF list the DEC 
file in the Packages section of the INF it should just work?

~/work/src/edk2(acpica)>git grep PcdCpuLockBoxDataAddress -- *.dec
Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec:119:  
gEfiVLVTokenSpaceGuid.PcdCpuLockBoxDataAddress|0x0|UINT64|0x10000211

Maybe you have a mixture of packages at different versions? I see it in master?

Thanks,

Andrew Fish

> 
> 
> 
> - Failed -
> 
> 
> 
> Any obvious things I can do!?
> 
> 
> 
> Thanks!
> 
> 
> 
> Gerard
> 
> _______________________________________________
> edk2-devel mailing list
> [email protected] <mailto:[email protected]>
> https://lists.01.org/mailman/listinfo/edk2-devel 
> <https://lists.01.org/mailman/listinfo/edk2-devel>
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to