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

Cargo cannot find emcc in path on Windows #3446

Closed
anaisbetts opened this issue Dec 22, 2016 · 2 comments
Closed

Cargo cannot find emcc in path on Windows #3446

anaisbetts opened this issue Dec 22, 2016 · 2 comments

Comments

@anaisbetts
Copy link

anaisbetts commented Dec 22, 2016

C:\Users\paulb\code\akavache\akavache-rs [master ≡]> cargo test --target wasm32-unknown-emscripten
   Compiling akavache v0.1.0 (file:///C:/Users/paulb/code/akavache/akavache-rs)
error: could not exec the linker `emcc`: The system cannot find the file specified. (os error 2)

C:\Users\paulb\code\akavache\akavache-rs [master ≡]> gcm emcc

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Application     emcc.bat                                           0.0.0.0    C:\Program Files\Emscripten\emscripten\1.35.0\emcc.bat

emcc is in %PATH% but cargo can't find it somehow

@alexcrichton
Copy link
Member

I believe this is a duplicate of rust-lang/rust#38489, so I'm going to close in favor of that. Thanks for the report though!

@anaisbetts
Copy link
Author

👍, will go subscribe

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