Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. TOOLS: name: , ver: , dir:
  2. ==> ln -nsf _build ./build
  3. ==> cd ./_build (new wd=/home/kespry/code/embedded/_build)
  4. ==> time -p cmake -DKTARGET=native -DKMODS= ..
  5. CMake Error at cmake/ktarget_native.cmake:20 (string):
  6. string does not recognize sub-command CONCAT
  7. Call Stack (most recent call first):
  8. CMakeLists.txt:96 (include)
  9.  
  10.  
  11. -- Configuring incomplete, errors occurred!
  12. See also "/home/kespry/code/embedded/_build/CMakeFiles/CMakeOutput.log".
  13. See also "/home/kespry/code/embedded/_build/CMakeFiles/CMakeError.log".
  14. Command exited with non-zero status 1
  15. real 0.27
  16. user 0.15
  17. sys 0.06
  18. Error running cmake.
  19. Failed building .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement