Guest User

Untitled

a guest
May 22nd, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  2. cc: fatal error: no input files
  3. compilation terminated.
  4. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  5. cc: fatal error: no input files
  6. compilation terminated.
  7. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  8. c++: fatal error: no input files
  9. compilation terminated.
  10. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  11. c++: fatal error: no input files
  12. compilation terminated.
  13. Determining if the C compiler works failed with the following output:
  14. Change Dir: /tmp/buildspace/anbox/build/CMakeFiles/CMakeTmp
  15.  
  16. Run Build Command:"/usr/bin/gmake" "cmTC_254f2/fast"
  17. /usr/bin/gmake -f CMakeFiles/cmTC_254f2.dir/build.make CMakeFiles/cmTC_254f2.dir/build
  18. gmake[1]: Entering directory '/tmp/buildspace/anbox/build/CMakeFiles/CMakeTmp'
  19. Building C object CMakeFiles/cmTC_254f2.dir/testCCompiler.c.o
  20. /usr/bin/cc -o CMakeFiles/cmTC_254f2.dir/testCCompiler.c.o -c /tmp/buildspace/anbox/build/CMakeFiles/CMakeTmp/testCCompiler.c
  21. cc: error trying to exec 'as': execvp: No such file or directory
  22. gmake[1]: *** [CMakeFiles/cmTC_254f2.dir/build.make:66: CMakeFiles/cmTC_254f2.dir/testCCompiler.c.o] Error 1
  23. gmake[1]: Leaving directory '/tmp/buildspace/anbox/build/CMakeFiles/CMakeTmp'
  24. gmake: *** [Makefile:126: cmTC_254f2/fast] Error 2
Add Comment
Please, Sign In to add comment