[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EWDK 22621 issues
- To: win-pv-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Durrant, Paul" <xadimgnik@xxxxxxxxx>
- Date: Tue, 12 Jul 2022 11:48:02 +0200
- Delivery-date: Tue, 12 Jul 2022 09:48:11 +0000
- List-id: Developer list for the Windows PV Drivers subproject <win-pv-devel.lists.xenproject.org>
On 12/07/2022 10:16, Owen Smith wrote:
Hi all,
I’ve tried to build with the newest EWDK (22621 / Win11-22H2) and have
encountered the following issues:
* “Windows 8” build target has been removed – meaning this EWDK
version no longer supports Windows 8.1, Server 2012 and Server 2012r2
* “Win32” build target is no longer supported for kernel mode (and
UMDF) drivers – meaning this EWDK version no longer supports Windows
10-x86
* Build.ps1 needs a small tweak for VS version 17.0
* __cpuid intrinsic is no longer defined, __cpuidex could be used to
replace this functionality
As I understand it, builds will need to remain on EWDK 22000 until the
above changes are acceptable. Note: Win8.1 / Svr12r2 are in support with
MS until Oct 2023.
I need to give the build system some TLC but ETIME. Yes, we do need to
stick on the newest EWDK that will give us builds for all the currently
supported versions of Windows.
Paul
|