emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.8k stars 3.31k forks source link

Problem activating emscripten-incoming-64bit and binaryen-master-64bit #8597

Closed DragonOsman closed 4 years ago

DragonOsman commented 5 years ago

I installed the tools emscripten-incoming-64bit and binaryen-master-64bit through the EMSDK but, when I try to activate them it says they haven't been installed and skips them.

emsdk activate emscripten-incoming-64bit binaryen-master-64bit
Writing .emscripten configuration file to user home directory C:\Users\Osman/
Warning: The SDK/tool 'emscripten-incoming-64bit' cannot be activated since it is not installed! Skipping this tool...
Warning: The SDK/tool 'binaryen-master-64bit' cannot be activated since it is not installed! Skipping this tool...
The Emscripten configuration file C:\Users\Osman\.emscripten has been rewritten with the following contents:

import os
SPIDERMONKEY_ENGINE = ''
NODE_JS = 'node'
V8_ENGINE = ''
TEMP_DIR = 'C:/Users/Osman/AppData/Local/Temp'
COMPILER_ENGINE = NODE_JS
JS_ENGINES = [NODE_JS]

Setting environment variables:
EMSDK = C:/emsdk
EM_CONFIG = C:\Users\Osman\.emscripten

No tools/SDKs found to activate! Usage:
   emsdk activate tool/sdk1 [tool/sdk2] [...]

Please help.

Edit: Another thing I want to ask is whether I should set EMSCRIPTEN or EMSCRIPTEN_ROOT in the configuration file and what the value has to be. Thanks.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.