Advertisement
nwetter

cmake on target

Feb 21st, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. debian@nitrogen:~/clearview-remote/cmake-manual$ rm -rf *
  2. debian@nitrogen:~/clearview-remote/cmake-manual$ cmake ..
  3. -- The C compiler identification is Clang 6.0.0
  4. -- The CXX compiler identification is Clang 6.0.0
  5. -- Check for working C compiler: /usr/bin/clang-6.0
  6. -- Check for working C compiler: /usr/bin/clang-6.0 -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: /usr/bin/clang++-6.0
  12. -- Check for working CXX compiler: /usr/bin/clang++-6.0 -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. -- PYLON_BASE is /opt/pylon5/lib/libpylonbase.so
  18. -- PYLON_UTILITY is /opt/pylon5/lib/libpylonutility.so
  19. -- GEN_API_BASLER is /opt/pylon5/lib/libGenApi_gcc_v3_1_Basler_pylon_v5_1.so
  20. -- GC_BASE_BASLER is /opt/pylon5/lib/libGCBase_gcc_v3_1_Basler_pylon_v5_1.so
  21. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
  22. -- Checking for one of the modules 'glib-2.0'
  23. -- GLIB is /usr/lib/arm-linux-gnueabihf/libglib-2.0.so
  24. -- Looking for pthread.h
  25. -- Looking for pthread.h - found
  26. -- Looking for pthread_create
  27. -- Looking for pthread_create - not found
  28. -- Check if compiler accepts -pthread
  29. -- Check if compiler accepts -pthread - yes
  30. -- Found Threads: TRUE
  31. -- PTHREAD is /usr/lib/arm-linux-gnueabihf/libpthread.so
  32. -- FFTW3F is /usr/lib/arm-linux-gnueabihf/libfftw3f.so
  33. -- ARCHIVE is /usr/lib/arm-linux-gnueabihf/libarchive.so
  34. -- MATH is /usr/lib/arm-linux-gnueabihf/libm.so
  35. -- OPENSSL is /usr/lib/arm-linux-gnueabihf/libssl.so
  36. -- CRYPTO is /usr/lib/arm-linux-gnueabihf/libcrypto.so
  37. CMAKE_FIND_ROOT_PATH is
  38. CMAKE_PREFIX_PATH is
  39. CMAKE_SYSROOT is
  40. -- Configuring done
  41. -- Generating done
  42. -- Build files have been written to: /home/debian/clearview-remote/cmake-manual
  43. debian@nitrogen:~/clearview-remote/cmake-manual$
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement