From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web09.4910.1581030437982500953 for ; Thu, 06 Feb 2020 15:07:18 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: michael.d.kinney@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2020 15:07:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,411,1574150400"; d="scan'208";a="379222361" Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.98.74]) by orsmga004.jf.intel.com with ESMTP; 06 Feb 2020 15:07:16 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Bob Feng , Liming Gao Subject: [Patch 0/4] Fix Structured PCD Application CI build issues Date: Thu, 6 Feb 2020 15:07:11 -0800 Message-Id: <20200206230715.15564-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=2495 https://bugzilla.tianocore.org/show_bug.cgi?id=2496 * Remove use of Common.lib. Use PcdValueCommon.c instead and remove PcdValueCommon.c from Common.lib. * Fix 64-bit host build issues with fread() * Setup VS2017/VS2019 env in BaseTools Plugin for CI builds. * Improve log messages when the Structured PCD app fails to build or run. Cc: Sean Brogan Cc: Bob Feng Cc: Liming Gao Signed-off-by: Michael D Kinney Michael D Kinney (1): BaseTools/Build: Do not use Common.lib in Structured PCD app Sean Brogan (3): BaseTools/PcdValueCommon: Fix 64-bit host compiler error BaseTools/WindowsVsToolChain: Setup VS2017/VS2019 env BaseTools/WindowsVsToolChain: Clean up Python source formatting .../WindowsVsToolChain/WindowsVsToolChain.py | 68 +++++++++++++------ BaseTools/Source/C/Common/GNUmakefile | 3 +- BaseTools/Source/C/Common/Makefile | 3 +- BaseTools/Source/C/Common/PcdValueCommon.c | 2 +- .../Source/Python/Workspace/DscBuildData.py | 42 ++++++------ 5 files changed, 75 insertions(+), 43 deletions(-) -- 2.21.0.windows.1