-
-
Notifications
You must be signed in to change notification settings - Fork 784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需要支持arm64ec #5313
Comments
Title: Need to support arm64ec |
https://devblogs.microsoft.com/cppblog/arm64ec-support-in-visual-studio |
https://devblogs.microsoft.com/cppblog/arm64ec-support-in-visual-studio |
不过按照目前xmake的习惯, 感觉加在arch更合适一点, 不过不排除是我自己使用方式的问题 |
However, according to the current xmake habits, I feel that it is more appropriate to add it to arch, but I cannot rule out that it is a problem with my own usage. |
支持了,#5316
arch 足够,没必要搞这么复杂 |
再试试, |
Try again, |
你在什么场景下需要该功能?
本机已安装win11sdk, vs2022, 用xmake创建arm64ec项目的时候报错
描述可能的解决方案
麻烦支持
描述你认为的候选方案
No response
其他信息
xmake f -c -vD -m release -a arm64ec
checking for platform ... windows
checking for Microsoft Visual Studio (arm64ec) version ... no
checkinfo: cannot runv(clang.exe --version), No such file or directory
checking for clang ... no
checkinfo: cannot runv(zig.exe version), No such file or directory
checking for zig ... no
checkinfo: cannot runv(zig.exe version), No such file or directory
checking for zig ... no
checkinfo: cannot runv(nim.exe --version), No such file or directory
checking for nim ... no
checkinfo: cannot runv(nim.exe --version), No such file or directory
checking for nim ... no
error: @programdir\core\main.lua:329: @programdir\actions\config\main.lua:157: target(detours): toolchain not found!
stack traceback:
[C]: in function 'error'
[@programdir\core\base\os.lua:973]: in function 'raiselevel'
[@programdir\core\sandbox\modules\utils.lua:143]: in function 'assert'
[@programdir\actions\config\main.lua:157]: in function '_check_target_toolchains'
[@programdir\actions\config\main.lua:403]:
[C]: in function 'xpcall'
[@programdir\core\base\utils.lua:275]:
[@programdir\core\base\task.lua:491]: in function 'run'
[@programdir\core\main.lua:327]: in function 'cotask'
[@programdir\core\base\scheduler.lua:406]:
stack traceback:
[C]: in function 'error'
@programdir\core\base\os.lua:973: in function 'base/os.raiselevel'
(...tail calls...)
@programdir\core\main.lua:329: in upvalue 'cotask'
@programdir\core\base\scheduler.lua:406: in function <@programdir\core\base\scheduler.lua:399>
The text was updated successfully, but these errors were encountered: