Advertisement
Guest User

Untitled

a guest
Jan 10th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. ubuntu em-dosbox # make
  2. make all-recursive
  3. make[1]: Вход в каталог `/home/user/em-dosbox'
  4. Making all in src
  5. make[2]: Вход в каталог `/home/user/em-dosbox/src'
  6. Making all in cpu
  7. make[3]: Вход в каталог `/home/user/em-dosbox/src/cpu'
  8. /usr/share/emscripten/em++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -DGET_X86_FUNCTIONS -O3 -MT libextfun_a-core_normal.o -MD -MP -MF .deps/libextfun_a-core_normal.Tpo -c -o libextfun_a-core_normal.o `test -f 'core_normal.cpp' || echo './'`core_normal.cpp
  9. In file included from core_normal.cpp:24:
  10. ./lazyflags.h:19:2: warning: '__LAZYFLAGS_H' is used as a header guard here,
  11. followed by #define of a different macro [-Wheader-guard]
  12. #if !defined __LAZYFLAGS_H
  13. ^~
  14. ./lazyflags.h:20:9: note: '__LAZYFLAG_H' is defined here; did you mean
  15. '__LAZYFLAGS_H'?
  16. #define __LAZYFLAG_H
  17. ^~~~~~~~~~~~
  18. __LAZYFLAGS_H
  19. 1 warning generated.
  20. opt: Unknown command line argument '-disable-loop-vectorization'. Try: '/home/user/emsdk/clang/fastcomp/build_master_64/bin/opt -help'
  21. opt: Did you mean '-disable-vectorize'?
  22. opt: Unknown command line argument '-disable-slp-vectorization'. Try: '/home/user/emsdk/clang/fastcomp/build_master_64/bin/opt -help'
  23. opt: Did you mean '-disable-vectorize'?
  24. Traceback (most recent call last):
  25. File "/usr/share/emscripten/emcc", line 1360, in <module>
  26. shared.Building.llvm_opt(temp_file, llvm_opts)
  27. File "/usr/share/emscripten/tools/shared.py", line 1173, in llvm_opt
  28. assert os.path.exists(target), 'Failed to run llvm optimizations: ' + output
  29. AssertionError: Failed to run llvm optimizations:
  30. make[3]: *** [libextfun_a-core_normal.o] Ошибка 1
  31. make[3]: Выход из каталога `/home/user/em-dosbox/src/cpu'
  32. make[2]: *** [all-recursive] Ошибка 1
  33. make[2]: Выход из каталога `/home/user/em-dosbox/src'
  34. make[1]: *** [all-recursive] Ошибка 1
  35. make[1]: Выход из каталога `/home/user/em-dosbox'
  36. make: *** [all] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement