Hazel
Hazel copied to clipboard
run setup.bat display "Error: invalid value 'ARM64EC' for architecture" with MSVC on Windows arm64ec
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:
- Open VS2019 x64 tools command
- git clone https://github.com/TheCherno/Hazel
- cd F:/Hazel
- git submodule update --init --recursive
- set VSCMD_SKIP_SENDTELEMETRY=1 & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=arm64
- Change "architecture "x86_64"" to "architecture "ARM64EC"" on premake5.lua
- cd scripts
- 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
ARM64EC
is not a value recognized by Premake, it has to be one from their list: https://premake.github.io/docs/architecture/