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

emsdk install failed: No tool or SDK found #769

Closed
by-justin opened this issue Mar 21, 2021 · 3 comments
Closed

emsdk install failed: No tool or SDK found #769

by-justin opened this issue Mar 21, 2021 · 3 comments

Comments

@by-justin
Copy link

I'm current using MacOS Bigsur Arm.
I cloned the repo first,

$ git clone https://github.com/emscripten-core/emsdk.git
$ cd emsdk

And I want to install version 1.39.8 for Qt 5.15, so I run the command below, but got an error.

$ ./emsdk install 1.39.8
Error: No tool or SDK found by name 'sdk-releases-upstream-9e60f34accb4627d7358223862a7e74291886ab6-64bit'.

So I tried to install the latest version, but still not working

$ ./emsdk install latest
Error: No tool or SDK found by name 'sdk-releases-upstream-89202930a98fe7f9ed59b574469a9471b0bda7dd-64bit'.

It's highly possible that I misunderstood something, but I can't know. Please help me   😰

@kripken
Copy link
Member

kripken commented Mar 21, 2021

Maybe there are local changes? A fresh checkout of the emsdk to a fresh directory should work with those commands (I just verified - even the old 1.39.8 version works).

@sbc100
Copy link
Collaborator

sbc100 commented Mar 21, 2021

The problem is the M1 CPU. See #671 for the progress there.

@sbc100 sbc100 closed this as completed Mar 21, 2021
@alvas
Copy link

alvas commented Nov 8, 2021

Resolving SDK alias 'latest' to '2.0.34'
Resolving SDK version '2.0.34' to 'sdk-releases-upstream-d8fc1b92dbc0ce8d740a7adb937c5137ba4755e0-64bit'
error: tool or SDK not found: 'sdk-releases-upstream-d8fc1b92dbc0ce8d740a7adb937c5137ba4755e0-64bit'

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

4 participants