audk/BaseTools/Source/Python/Workspace
Fan, ZhijuX 0dee1d1358 BaseTools:fix issue for decode the stdout/stderr byte arrays
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2365

This patch is to fix a build tool regression issue which was introduced
by commit 8ddec24dea.

compiler output message includes localized string.
So build failed when code decode the stdout/stderr byte arrays.
The cause of the build failed is that Commit 8ddec24dea
removed "errors='ignore'".

The build tool does not need to deal with localized string,
so we need to add "errors='ignore'".

this function is only invoked for structure PCDs.
Build failed if structurePcd is used in platform dsc file.
The patch is going to fixed this issue

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
2020-03-24 02:27:27 +00:00
..
BuildClassObject.py BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed 2019-09-10 08:39:19 +08:00
DecBuildData.py BaseTools: Correct the value assignment for StructurePcd 2019-05-10 17:06:44 +08:00
DscBuildData.py BaseTools:fix issue for decode the stdout/stderr byte arrays 2020-03-24 02:27:27 +00:00
InfBuildData.py BaseTools: Fixed regression issue for building !x86 builds 2019-08-29 11:10:29 +08:00
MetaDataTable.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
MetaFileCommentParser.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
MetaFileParser.py BaseTools:Enhance the way to handling included dsc file 2019-12-04 07:56:55 +00:00
MetaFileTable.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
WorkspaceCommon.py BaseTools:Add [packages] section in dsc file 2019-11-20 07:46:42 +00:00
WorkspaceDatabase.py BaseTools:Add [packages] section in dsc file 2019-11-20 07:46:42 +00:00
__init__.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00