I found that it is because emcc does not pass sanity checks. Because latest
version is used fastcomp. When i compiled llvm-fastcom this error is
disappeared. But for now i have this message on emcc -v:
./emcc -v
emcc (Emscripten GCC-like replacement + linker emulating GNU ld ) 1.13.2
clang version 3.3
Target: i386-pc-linux-gnu
Thread model: posix
ERROR    root: Emscripten, llvm and clang versions do not match, this is
dangerous (1.13.2, 1.14.0, 1.14.0)
ERROR    root: Make sure to use the same branch in each repo, and to be
up-to-date on each. See
https://github.com/kripken/emscripten/wiki/LLVM-Backend
INFO     root: (Emscripten: Running sanity checks)

Is that critical to have same version of emscripten and llvm+clang? I mean
should i rebase always even if minor changes have been done in emscripten?

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to