In the case of a missing PCD entry, print out the architecture to aid in
debugging the cause of the failure.
git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@829
7335b38e-4728-0410-8992-
fb3ffe349368
# Not found in any platform and fdf\r
#\r
if not IsFoundInDsc:\r
# Not found in any platform and fdf\r
#\r
if not IsFoundInDsc:\r
- ErrorMsg = "Pcd '%s.%s' defined in module '%s' is not found in any platform" % (Guid, Name, ModuleName)\r
+ ErrorMsg = "Pcd '%s.%s' defined in module '%s' is not found in any platform for %s" % (Guid, Name, ModuleName, Arch)\r
EdkLogger.error("AutoGen", PARSER_ERROR, ErrorMsg)\r
\r
return PcdClassObject(Name, Guid, Type, DatumType, Value, Token, MaxDatumSize, SkuInfoList, IsOverrided)\r
EdkLogger.error("AutoGen", PARSER_ERROR, ErrorMsg)\r
\r
return PcdClassObject(Name, Guid, Type, DatumType, Value, Token, MaxDatumSize, SkuInfoList, IsOverrided)\r