문제

I am trying to install emscripten and i have installed clang,node but when i am running emcc command it is showing an error Cannot find /usr/bin/llvm-link, check the paths in ~/.emscripten . I have installed llvm-3.2 and it has created llvm-link-3.2 file in /usr/bin directory but still this error is coming .

I think llvm-link is hardcoded some where in the code but not able to find where it is.

I have even successfully created the required ~/.emscripten file.

My os is ubuntu 12.04

도움이 되었습니까?

해결책

For now you will have to add LLVM_ADD_VERSION = "3.2" to your ~/.emscripten file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top