Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.62 KB | None | 0 0
  1. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  2. Compiler: /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc
  3. Build flags:
  4. Id flags:
  5.  
  6. The output was:
  7. 1
  8. /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/../lib/gcc/or32-elf/3.4.2/../../../../or32-elf/bin/ld: cannot open crt0.o: No such file or directory
  9. collect2: ld returned 1 exit status
  10.  
  11.  
  12. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  13. Compiler: /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-g++
  14. Build flags:
  15. Id flags:
  16.  
  17. The output was:
  18. 1
  19. /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/../lib/gcc/or32-elf/3.4.2/../../../../or32-elf/bin/ld: cannot open crt0.o: No such file or directory
  20. collect2: ld returned 1 exit status
  21.  
  22.  
  23. Determining if the C compiler works failed with the following output:
  24. Change Dir: /home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp
  25.  
  26. Run Build Command:"/usr/bin/make" "cmTC_96649/fast"
  27. /usr/bin/make -f CMakeFiles/cmTC_96649.dir/build.make CMakeFiles/cmTC_96649.dir/build
  28. make[1]: Entering directory '/home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp'
  29. Building C object CMakeFiles/cmTC_96649.dir/testCCompiler.c.obj
  30. /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc     -o CMakeFiles/cmTC_96649.dir/testCCompiler.c.obj   -c /home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp/testCCompiler.c
  31. Linking C executable cmTC_96649
  32. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96649.dir/link.txt --verbose=1
  33. /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc       CMakeFiles/cmTC_96649.dir/testCCompiler.c.obj  -o cmTC_96649  
  34. /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/../lib/gcc/or32-elf/3.4.2/../../../../or32-elf/bin/ld: cannot open crt0.o: No such file or directory
  35. collect2: ld returned 1 exit status
  36. CMakeFiles/cmTC_96649.dir/build.make:97: recipe for target 'cmTC_96649' failed
  37. make[1]: *** [cmTC_96649] Error 1
  38. make[1]: Leaving directory '/home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp'
  39. Makefile:126: recipe for target 'cmTC_96649/fast' failed
  40. make: *** [cmTC_96649/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement