Hazel icon indicating copy to clipboard operation
Hazel copied to clipboard

run setup.bat display "Error: invalid value 'ARM64EC' for architecture" with MSVC on Windows arm64ec

Open YangYang129 opened this issue 2 years ago • 1 comments

I run setup.bat display "Error: invalid value 'ARM64EC' for architecture" with MSVC on Windows arm64ec Could you please help look at this issue?

Versions and configuration OS: Windows Server 2022 Datacenter VS: Visual Studio 2019(16.11.18)

Steps to reproduce:

  1. Open VS2019 x64 tools command
  2. git clone https://github.com/TheCherno/Hazel
  3. cd F:/Hazel
  4. git submodule update --init --recursive
  5. set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=arm64
  6. Change "architecture "x86_64"" to "architecture "ARM64EC"" on premake5.lua
  7. cd scripts
  8. setup.bat

Error info: Python version 3.9.7 detected. Correct Premake located at F:\Hazel\vendor\premake\bin

Updating submodules...

Running premake... Error: invalid value 'ARM64EC' for architecture

YangYang129 avatar Sep 06 '22 07:09 YangYang129

ARM64EC is not a value recognized by Premake, it has to be one from their list: https://premake.github.io/docs/architecture/

SeppahBaws avatar Jan 08 '23 00:01 SeppahBaws