Advertisement
Guest User

UE4onUbuntu14.04

a guest
Jul 1st, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. when i do:
  2.  
  3. make ShaderCompileWorker UnrealLightmass UnrealPak UE4Editor
  4.  
  5. after a while i get this error:
  6.  
  7. clang: error: unable to execute command: Killed
  8. clang: error: clang frontend command failed due to signal (use -v to see invocation)
  9. Ubuntu clang version 3.5.0-4ubuntu2~trusty2 (tags/RELEASE_350/final) (based on LLVM 3.5.0)
  10. Target: x86_64-pc-linux-gnu
  11. Thread model: posix
  12. clang: note: diagnostic msg: PLEASE submit a bug report to http://bugs.debian.org/ and include the crash backtrace, preprocessed source, and associated run script.
  13. [122/896] Compile Kismet.generated.cpp
  14. [123/896] Link libUE4Editor-ReliabilityHandlerComponent.so
  15. [124/896] Compile Module.Kismet.5_of_5.cpp
  16. [125/896] Compile AIModule.generated.cpp
  17. [126/896] Compile Module.HardwareSurvey.cpp
  18. [127/896] Compile Module.DatabaseSupport.cpp
  19. clang: note: diagnostic msg:
  20. ********************
  21.  
  22. PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
  23. Preprocessed source(s) and associated run script(s) are located at:
  24. clang: note: diagnostic msg: /tmp/Module-6637f9.cpp
  25. clang: note: diagnostic msg: /tmp/Module-6637f9.sh
  26. clang: note: diagnostic msg:
  27.  
  28. ********************
  29. ...and at the end of compiling i get this:
  30.  
  31. ERROR: UBT ERROR: Failed to produce item: /home/ivo/UnrealEngine/Engine/Binaries/Linux/libUE4Editor-Kismet.so
  32. Total build time: 3850,47 seconds
  33. make: *** [UE4Editor] Error 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement