Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  2. Compiler: /usr/bin/gcc
  3. Build flags:
  4. Id flags:
  5.  
  6. The output was:
  7. 1
  8. as: unrecognized option '--64'
  9.  
  10.  
  11. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  12. Compiler: /usr/bin/gcc
  13. Build flags:
  14. Id flags: -c
  15.  
  16. The output was:
  17. 1
  18. as: unrecognized option '--64'
  19.  
  20.  
  21. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  22. Compiler: /usr/bin/gcc
  23. Build flags:
  24. Id flags: -Aa
  25.  
  26. The output was:
  27. 1
  28. <command-line>: error: missing '(' after predicate
  29.  
  30.  
  31. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  32. Compiler: /usr/bin/gcc
  33. Build flags:
  34. Id flags: -D__CLASSIC_C__
  35.  
  36. The output was:
  37. 1
  38. as: unrecognized option '--64'
  39.  
  40.  
  41. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  42. Compiler: /usr/bin/gcc
  43. Build flags:
  44. Id flags:
  45.  
  46. The output was:
  47. 1
  48. as: unrecognized option '--64'
  49.  
  50.  
  51. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  52. Compiler: /usr/bin/gcc
  53. Build flags:
  54. Id flags: -c
  55.  
  56. The output was:
  57. 1
  58. as: unrecognized option '--64'
  59.  
  60.  
  61. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  62. Compiler: /usr/bin/gcc
  63. Build flags:
  64. Id flags: -Aa
  65.  
  66. The output was:
  67. 1
  68. <command-line>: error: missing '(' after predicate
  69.  
  70.  
  71. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  72. Compiler: /usr/bin/gcc
  73. Build flags:
  74. Id flags: -D__CLASSIC_C__
  75.  
  76. The output was:
  77. 1
  78. as: unrecognized option '--64'
  79.  
  80.  
  81. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  82. gcc: fatal error: no input files
  83. compilation terminated.
  84. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. Determining if the C compiler works failed with the following output:
  88. Change Dir: /home/ross/lookingglass/LookingGlass/client/build/CMakeFiles/CMakeTmp
  89.  
  90. Run Build Command:"/usr/bin/gmake" "cmTC_c7c3e/fast"
  91. /usr/bin/gmake -f CMakeFiles/cmTC_c7c3e.dir/build.make CMakeFiles/cmTC_c7c3e.dir/build
  92. gmake[1]: Entering directory '/home/ross/lookingglass/LookingGlass/client/build/CMakeFiles/CMakeTmp'
  93. Building C object CMakeFiles/cmTC_c7c3e.dir/testCCompiler.c.o
  94. /usr/bin/gcc -o CMakeFiles/cmTC_c7c3e.dir/testCCompiler.c.o -c /home/ross/lookingglass/LookingGlass/client/build/CMakeFiles/CMakeTmp/testCCompiler.c
  95. as: unrecognized option '--64'
  96. gmake[1]: *** [CMakeFiles/cmTC_c7c3e.dir/build.make:66: CMakeFiles/cmTC_c7c3e.dir/testCCompiler.c.o] Error 1
  97. gmake[1]: Leaving directory '/home/ross/lookingglass/LookingGlass/client/build/CMakeFiles/CMakeTmp'
  98. gmake: *** [Makefile:121: cmTC_c7c3e/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement