Advertisement
Guest User

Untitled

a guest
Jan 21st, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.50 KB | None | 0 0
  1. [luke@LUKE_PC_ARCH build]$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/sailfish_i486.cmake ..                                              -- The C compiler identification is unknown
  2. -- The CXX compiler identification is unknown
  3. -- Check for working C compiler: /home/luke/.config/SailfishBeta1/mer-sdk-tools/MerSDK/SailfishOS-i486/gcc
  4. CMake Error at /home/luke/Programming/Sailfish/sailfish-office/cmake/sailfish_i486.cmake:18 (add_dependencies):
  5.   The dependency target "all" of target "deploy" does not exist.
  6. Call Stack (most recent call first):
  7.   /home/luke/Programming/Sailfish/sailfish-office/build/CMakeFiles/3.1.0/CMakeSystem.cmake:6 (include)
  8.   CMakeLists.txt:2 (project)
  9.  
  10.  
  11. CMake Error: Internal CMake error, TryCompile generation of cmake failed
  12. -- Check for working C compiler: /home/luke/.config/SailfishBeta1/mer-sdk-tools/MerSDK/SailfishOS-i486/gcc -- broken
  13. CMake Error at /usr/share/cmake-3.1/Modules/CMakeTestCCompiler.cmake:61 (message):
  14.   The C compiler
  15.   "/home/luke/.config/SailfishBeta1/mer-sdk-tools/MerSDK/SailfishOS-i486/gcc"
  16.   is not able to compile a simple test program.
  17.  
  18.   It fails with the following output:
  19.  
  20.    
  21.  
  22.  
  23.  
  24.   CMake will not be able to correctly generate this project.
  25. Call Stack (most recent call first):
  26.   CMakeLists.txt:1 (project)
  27.  
  28.  
  29. -- Configuring incomplete, errors occurred!
  30. See also "/home/luke/Programming/Sailfish/sailfish-office/build/CMakeFiles/CMakeOutput.log".
  31. See also "/home/luke/Programming/Sailfish/sailfish-office/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement