安装Emscripten,LLVM版本显示不正确

时间:2018-02-01 08:45:21

标签: emscripten

我正在尝试在Linux上安装emscripten SDK,但无法弄清楚此错误的来源。

我已经使用了

./emsdk install latest
./emsdk activate latest

emcc的任何调用都会显示此消息

  

警告root:LLVM版本显示不正确(看到“版本”,   预计“3.2”)

     

INFO root :( Emscripten:运行健全性检查)

     

CRITICAL root:找不到   /home/lx/Documents/dev/emsdk/clang/e1.37.28_64bit/llvm-ar,检查   〜/ .emscripten中的路径

如果有帮助,./emsdk list给出

The following precompiled tool packages are available for download:
           clang-nightly-e1.37.28-2018_01_17_21_16-64bit
           clang-nightly-e1.37.28-2018_01_17_22_36-64bit
           clang-e1.37.1-64bit      
           clang-e1.37.27-64bit     
    (*)    clang-e1.37.28-64bit         INSTALLED
           node-4.1.1-32bit         
           node-4.1.1-64bit         
           node-8.9.1-32bit         
    (*)    node-8.9.1-64bit             INSTALLED
           emscripten-1.30.0        
           emscripten-1.34.1        
           emscripten-1.35.0        
           emscripten-1.37.1        
           emscripten-1.37.27       
    (*)    emscripten-1.37.28           INSTALLED
           emscripten-nightly-1.37.28-2018_01_17_21_16
           emscripten-nightly-1.37.28-2018_01_17_22_36

The following tools can be compiled from source:
           clang-tag-e1.37.31-32bit 
           clang-tag-e1.37.32-32bit 
           clang-tag-e1.37.31-64bit 
           clang-tag-e1.37.32-64bit 
           clang-incoming-32bit     
           clang-incoming-64bit     
           clang-master-32bit       
           clang-master-64bit       
           emscripten-tag-1.37.31-32bit
           emscripten-tag-1.37.32-32bit
           emscripten-tag-1.37.31-64bit
           emscripten-tag-1.37.32-64bit
           binaryen-tag-1.37.31-32bit
           binaryen-tag-1.37.32-32bit
           binaryen-tag-1.37.31-64bit
           binaryen-tag-1.37.32-64bit
           emscripten-incoming-32bit
           emscripten-master-32bit  
           emscripten-incoming-64bit
           emscripten-master-64bit  
           binaryen-master-32bit    
           binaryen-master-64bit    

The following precompiled SDKs are available for download: (Run "git pull" followed by "./emsdk update-tags" to pull in the latest list)
         sdk-nightly-1.37.28-2018_01_17_21_16-64bit
         sdk-nightly-1.37.28-2018_01_17_22_36-64bit
         sdk-1.37.27-64bit        
    *    sdk-1.37.28-64bit          INSTALLED

The following SDKs can be compiled from source:
         sdk-incoming-32bit       
         sdk-incoming-64bit       
         sdk-master-32bit         
         sdk-master-64bit         
         sdk-tag-1.37.31-32bit    
         sdk-tag-1.37.32-32bit    
         sdk-tag-1.37.31-64bit    
         sdk-tag-1.37.32-64bit  

0 个答案:

没有答案