emscripten llvm-link sanity test error -


i trying install emscripten , have installed clang,node when running emcc command showing error cannot find /usr/bin/llvm-link, check paths in ~/.emscripten . have installed llvm-3.2 , has created llvm-link-3.2 file in /usr/bin directory still error coming .

i think llvm-link hardcoded in code not able find is.

i have created required ~/.emscripten file.

my os ubuntu 12.04

for have add llvm_add_version = "3.2" ~/.emscripten file.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -