Skip to content
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

Support for Windows on Arm #1116

Open
pbo-linaro opened this issue Oct 3, 2022 · 2 comments
Open

Support for Windows on Arm #1116

pbo-linaro opened this issue Oct 3, 2022 · 2 comments

Comments

@pbo-linaro
Copy link
Contributor

When calling emsdk.bat with an arm64 python, it fails with following error:

$ file $(which python)
/c/wenv/arm64/python/tools/python: PE32+ executable (console) Aarch64, for MS Windows
$ cmd.exe /c 'emsdk.bat install latest'
Resolving SDK alias 'latest' to '3.1.23'
Resolving SDK version '3.1.23' to 'sdk-releases-upstream-bfd5e63a44ba4c8568cd8ac87c27b35e40732bf4-64bit'
error: tool or SDK not found: 'sdk-releases-upstream-bfd5e63a44ba4c8568cd8ac87c27b35e40732bf4-64bit'

Since this platform is not yet supported, this workaround (#1115) could be used.

Beyond that, it would be nice to offer a native toolchain for this new platform.

@Blackhex
Copy link
Contributor

JFYI, we have work on providing the pre-build Windows Arm64 binaries in progress. The first upstream PR regarding this can be found at #1186.

@pbo-linaro
Copy link
Contributor Author

It's good to see this support coming 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants