Advertisement
ZirconiumX

Untitled

Apr 13th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. $ cmake ..
  2. -- The C compiler identification is GNU 8.3.0
  3. -- The CXX compiler identification is GNU 8.3.0
  4. System is unknown to cmake, create:
  5. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  6. -- Check for working C compiler: /mingw64/bin/cc.exe
  7. System is unknown to cmake, create:
  8. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  9. -- Check for working C compiler: /mingw64/bin/cc.exe -- works
  10. -- Detecting C compiler ABI info
  11. System is unknown to cmake, create:
  12. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. System is unknown to cmake, create:
  16. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  17. System is unknown to cmake, create:
  18. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  19. System is unknown to cmake, create:
  20. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  21. -- Detecting C compile features - done
  22. -- Check for working CXX compiler: /mingw64/bin/CC.exe
  23. System is unknown to cmake, create:
  24. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  25. -- Check for working CXX compiler: /mingw64/bin/CC.exe -- works
  26. -- Detecting CXX compiler ABI info
  27. System is unknown to cmake, create:
  28. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  29. -- Detecting CXX compiler ABI info - done
  30. -- Detecting CXX compile features
  31. System is unknown to cmake, create:
  32. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  33. System is unknown to cmake, create:
  34. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  35. System is unknown to cmake, create:
  36. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  37. System is unknown to cmake, create:
  38. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  39. System is unknown to cmake, create:
  40. Platform/MINGW64_NT-10.0 to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  41. -- Detecting CXX compile features - done
  42. -- The ASM compiler identification is GNU
  43. -- Found assembler: /mingw64/bin/cc.exe
  44. Warning: Unknown Host System Processor: "unknown"
  45. Dynarec Features Available
  46. ------------------------------------------------
  47. - HOST_OS: 0x10000002 - HOST_CPU: 0x20000005
  48. - host_os: mingw64_nt-10.0 - host_arch: unknown
  49. ------------------------------------------------
  50. C Flags: -msse4 -fopenmp
  51. CXX Flags: -fno-operator-names -fpermissive -std=c++11 -msse4 -fopenmp
  52. LINK_DIRS:
  53. LINK_FLAGS:
  54. ------------------------------------------------
  55.  
  56. -- Configuring done
  57. -- Generating done
  58. -- Build files have been written to: /home/matth/reicast-emulator/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement