Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. buildphablet@ubuntu-phablet:~/DualShellCommanderV0.2/modules/kernel$ mkdir build && cd build && cmake .. && make install
  2. -- The C compiler identification is unknown
  3. -- The CXX compiler identification is unknown
  4. -- Check for working C compiler: /usr/local/vitasdk/bin/arm-vita-eabi-gcc
  5. -- Check for working C compiler: /usr/local/vitasdk/bin/arm-vita-eabi-gcc -- broken
  6. CMake Error at /usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):
  7. The C compiler "/usr/local/vitasdk/bin/arm-vita-eabi-gcc" is not able to
  8. compile a simple test program.
  9.  
  10. It fails with the following output:
  11.  
  12. Change Dir: /home/phablet/DualShellCommanderV0.2/modules/kernel/build/CMakeFiles/CMakeTmp
  13.  
  14.  
  15.  
  16. Run Build Command:"/usr/bin/make" "cmTryCompileExec1011948226/fast"
  17.  
  18. /usr/bin/make -f CMakeFiles/cmTryCompileExec1011948226.dir/build.make
  19. CMakeFiles/cmTryCompileExec1011948226.dir/build
  20.  
  21. make[1]: Entering directory
  22. '/home/phablet/DualShellCommanderV0.2/modules/kernel/build/CMakeFiles/CMakeTmp'
  23.  
  24.  
  25. /usr/bin/cmake -E cmake_progress_report
  26. /home/phablet/DualShellCommanderV0.2/modules/kernel/build/CMakeFiles/CMakeTmp/CMakeFiles
  27. 1
  28.  
  29. Building C object
  30. CMakeFiles/cmTryCompileExec1011948226.dir/testCCompiler.c.obj
  31.  
  32. /usr/local/vitasdk/bin/arm-vita-eabi-gcc -Wl,-q -o
  33. CMakeFiles/cmTryCompileExec1011948226.dir/testCCompiler.c.obj -c
  34. /home/phablet/DualShellCommanderV0.2/modules/kernel/build/CMakeFiles/CMakeTmp/testCCompiler.c
  35.  
  36.  
  37. CMakeFiles/cmTryCompileExec1011948226.dir/build.make:57: recipe for target
  38. 'CMakeFiles/cmTryCompileExec1011948226.dir/testCCompiler.c.obj' failed
  39.  
  40. make[1]: ***
  41. [CMakeFiles/cmTryCompileExec1011948226.dir/testCCompiler.c.obj] Illegal
  42. instruction (core dumped)
  43.  
  44. make[1]: Leaving directory
  45. '/home/phablet/DualShellCommanderV0.2/modules/kernel/build/CMakeFiles/CMakeTmp'
  46.  
  47.  
  48. Makefile:118: recipe for target 'cmTryCompileExec1011948226/fast' failed
  49.  
  50. make: *** [cmTryCompileExec1011948226/fast] Error 2
  51.  
  52.  
  53.  
  54.  
  55.  
  56. CMake will not be able to correctly generate this project.
  57. Call Stack (most recent call first):
  58. CMakeLists.txt:11 (project)
  59.  
  60.  
  61. -- Configuring incomplete, errors occurred!
  62. See also "/home/phablet/DualShellCommanderV0.2/modules/kernel/build/CMakeFiles/CMakeOutput.log".
  63. See also "/home/phablet/DualShellCommanderV0.2/modules/kernel/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement