Advertisement
Guest User

CMakeErrors.log

a guest
Jun 17th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  2. Compiler: /usr/bin/cc
  3. Build flags:
  4. Id flags:
  5.  
  6. The output was:
  7. 1
  8. /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o: In function `_start':
  9. (.text+0x20): undefined reference to `main'
  10. collect2: error: ld returned 1 exit status
  11.  
  12.  
  13. The C compiler identification could not be found in "/home/andrew-wsl/llvm/build/CMakeFiles/2.8.12.2/CompilerIdC/CMakeCCompilerId.o"
  14.  
  15. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  16. Compiler: /usr/bin/cc
  17. Build flags:
  18. Id flags: -Aa
  19.  
  20. The output was:
  21. 1
  22. <command-line>:0:1: error: missing '(' after predicate
  23.  
  24.  
  25. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  26. cc: fatal error: no input files
  27. compilation terminated.
  28. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  29. Compiler: /usr/bin/c++
  30. Build flags:
  31. Id flags:
  32.  
  33. The output was:
  34. 1
  35. /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o: In function `_start':
  36. (.text+0x20): undefined reference to `main'
  37. collect2: error: ld returned 1 exit status
  38.  
  39.  
  40. The CXX compiler identification could not be found in "/home/andrew-wsl/llvm/build/CMakeFiles/2.8.12.2/CompilerIdCXX/CMakeCXXCompilerId.o"
  41.  
  42. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  43. c++: fatal error: no input files
  44. compilation terminated.
  45. Determining if the C compiler works failed with the following output:
  46.  
  47.  
  48. (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement