WARNING root: (Emscripten: system change: 1.34.1|asmjs-unknown-emscripten|/usr/bin|3.6 vs 1.22.1|le32-unknown-nacl|/usr/bin|3.6.0-2ubuntu1, clearing cache)
WARNING root: LLVM version appears incorrect (seeing "3.6", expected "3.7")
CRITICAL root: fastcomp in use, but LLVM has not been built with the JavaScript backend as a target, llc reports:
===========================================================================
LLVM (http://llvm.org/):
LLVM version 3.6.0
Optimized build.
Built Mar 13 2015 (21:22:31).
Default target: x86_64-pc-linux-gnu
Host CPU: core-avx2
Registered Targets:
aarch64 - AArch64 (little endian)
aarch64_be - AArch64 (big endian)
amdgcn - AMD GCN GPUs
arm - ARM
arm64 - ARM64 (little endian)
armeb - ARM (big endian)
cpp - C++ backend
hexagon - Hexagon
mips - Mips
mips64 - Mips64 [experimental]
mips64el - Mips64el [experimental]
mipsel - Mipsel
msp430 - MSP430 [experimental]
nvptx - NVIDIA PTX 32-bit
nvptx64 - NVIDIA PTX 64-bit
ppc32 - PowerPC 32
ppc64 - PowerPC 64
ppc64le - PowerPC 64 LE
r600 - AMD GPUs HD2XXX-HD6XXX
sparc - Sparc
sparcv9 - Sparc V9
systemz - SystemZ
thumb - Thumb
thumbeb - Thumb (big endian)
x86 - 32-bit X86: Pentium-Pro and above
x86-64 - 64-bit X86: EM64T and AMD64
xcore - XCore
===========================================================================
CRITICAL root: you can fall back to the older (pre-fastcomp) compiler core, although that is not recommended, see http://kripken.github.io/emscripten-site/docs/building_from_source/LLVM-Backend.html
INFO root: (Emscripten: Running sanity checks)
CRITICAL root: failing sanity checks due to previous fastcomp failure
I'm not clear from your message, have you sourced 'emsdk_env.sh' or not?
That will set up your environment and path correctly.
--
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 emscripten-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
AFAIK, if you use the --embedded installation option you also need to call emcc etc. with the --em-config option to tell the tools where the .emscripten file is.
If you're just getting started with emscripten I would recommend not installing with --embedded, this is only really useful if you need to manage several emscripten installations in parallel on the same machine.
--