Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 2.85 KB | None | 0 0
  1. -- The ASM compiler identification is unknown
  2. -- Found assembler: /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc
  3. System is unknown to cmake, create:
  4. Platform/newlib to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  5. -- Warning: Did not find file Compiler/-ASM
  6. -- The C compiler identification is unknown
  7. -- The CXX compiler identification is unknown
  8. -- Check for working C compiler: /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc
  9. System is unknown to cmake, create:
  10. Platform/newlib to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  11. -- Check for working C compiler: /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc -- broken
  12. CMake Error at /usr/share/cmake-3.7/Modules/CMakeTestCCompiler.cmake:51 (message):
  13.   The C compiler
  14.   "/home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc"
  15.   is not able to compile a simple test program.
  16.  
  17.   It fails with the following output:
  18.  
  19.    Change Dir: /home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp
  20.  
  21.  
  22.  
  23.   Run Build Command:"/usr/bin/make" "cmTC_4c76c/fast"
  24.  
  25.   /usr/bin/make -f CMakeFiles/cmTC_4c76c.dir/build.make
  26.   CMakeFiles/cmTC_4c76c.dir/build
  27.  
  28.   make[1]: Entering directory
  29.   '/home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp'
  30.  
  31.  
  32.   Building C object CMakeFiles/cmTC_4c76c.dir/testCCompiler.c.obj
  33.  
  34.  
  35.   /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc
  36.   -o CMakeFiles/cmTC_4c76c.dir/testCCompiler.c.obj -c
  37.   /home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp/testCCompiler.c
  38.  
  39.  
  40.   make[1]:
  41.   /home/user/Downloads/pruefungen/systemC/Imperas.20131018/lib/Linux64/CrossCompiler/or32-elf/bin/or32-elf-gcc:
  42.   Command not found
  43.  
  44.   CMakeFiles/cmTC_4c76c.dir/build.make:65: recipe for target
  45.   'CMakeFiles/cmTC_4c76c.dir/testCCompiler.c.obj' failed
  46.  
  47.   make[1]: *** [CMakeFiles/cmTC_4c76c.dir/testCCompiler.c.obj] Error 127
  48.  
  49.   make[1]: Leaving directory
  50.   '/home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeTmp'
  51.  
  52.  
  53.   Makefile:126: recipe for target 'cmTC_4c76c/fast' failed
  54.  
  55.   make: *** [cmTC_4c76c/fast] Error 2
  56.  
  57.  
  58.  
  59.  
  60.  
  61.   CMake will not be able to correctly generate this project.
  62. Call Stack (most recent call first):
  63.   CMakeLists.txt:44 (PROJECT)
  64.  
  65.  
  66. -- Configuring incomplete, errors occurred!
  67. See also "/home/user/Downloads/pruefungen/systemC/work_dir/04_ovp-fractal/workspace04/sw/obj/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement