Guest User

Untitled

a guest
Apr 28th, 2020
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
  2. The C compiler identification is MSVC 19.25.28614.0
  3. The CXX compiler identification is MSVC 19.25.28614.0
  4. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x86/cl.exe
  5. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x86/cl.exe - works
  6. Detecting C compiler ABI info
  7. Detecting C compiler ABI info - done
  8. Detecting C compile features
  9. Detecting C compile features - done
  10. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x86/cl.exe
  11. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x86/cl.exe - works
  12. Detecting CXX compiler ABI info
  13. Detecting CXX compiler ABI info - done
  14. Detecting CXX compile features
  15. Detecting CXX compile features - done
  16. -- Build Configurations:
  17. Build as target X86_32
  18. CMAKE_BUILD_TYPE
  19. WAMR Interpreter enabled
  20. WAMR AOT enabled
  21. WAMR JIT disabled
  22. Libc builtin disabled
  23. Libc WASI disabled
  24. Fast interpreter disabled
  25. The ASM compiler identification is MSVC
  26. Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x86/cl.exe
  27. CMake Error at build-scripts/runtime_lib.cmake:90 (include):
  28. include could not find load file:
  29.  
  30. Z:/dev/wasm-micro-runtime//core/shared/platform//shared_platform.cmake
  31. Call Stack (most recent call first):
  32. CMakeLists.txt:18 (include)
Advertisement
Add Comment
Please, Sign In to add comment