Guest User

Untitled

a guest
Jun 30th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.20 KB | None | 0 0
  1. jaronski@jaron-laptop:~/yocto_catkin_ws$ catkin_make
  2. Base path: /home/jaronski/yocto_catkin_ws
  3. Source space: /home/jaronski/yocto_catkin_ws/src
  4. Build space: /home/jaronski/yocto_catkin_ws/build
  5. Devel space: /home/jaronski/yocto_catkin_ws/devel
  6. Install space: /home/jaronski/yocto_catkin_ws/install
  7. ####
  8. #### Running command: "cmake /home/jaronski/yocto_catkin_ws/src -DCMAKE_TOOLCHAIN_FILE=/opt/poky/2.3.2/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake -DSETUPTOOLS_DEB_LAYOUT=OFF -DCATKIN_DEVEL_PREFIX=/home/jaronski/yocto_catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/jaronski/yocto_catkin_ws/install -G Unix Makefiles" in "/home/jaronski/yocto_catkin_ws/build"
  9. ####
  10. -- Using CATKIN_DEVEL_PREFIX: /home/jaronski/yocto_catkin_ws/devel
  11. -- Using CMAKE_PREFIX_PATH: /opt/poky/2.3.2/sysroots/aarch64-poky-linux/opt/ros/indigo;/opt/poky/2.3.2/sysroots/x86_64-pokysdk-linux/opt/ros/indigo
  12. -- This workspace overlays: /opt/poky/2.3.2/sysroots/x86_64-pokysdk-linux/opt/ros/indigo
  13. -- Using PYTHON_EXECUTABLE: /opt/poky/2.3.2/sysroots/x86_64-pokysdk-linux/usr/bin/python
  14. -- Using default Python package layout
  15. -- Using empy: /usr/bin/empy
  16. -- Using CATKIN_ENABLE_TESTING: OFF
  17. -- catkin 0.6.19
  18. -- BUILD_SHARED_LIBS is on
  19. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20. -- ~~  traversing 2 packages in topological order:
  21. -- ~~  - catkin_simple
  22. -- ~~  - dct_converter
  23. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  24. -- +++ processing catkin package: 'catkin_simple'
  25. -- ==> add_subdirectory(catkin_simple)
  26. -- +++ processing catkin package: 'dct_converter'
  27. -- ==> add_subdirectory(dct)
  28. CMake Warning at /opt/poky/2.3.2/sysroots/x86_64-pokysdk-linux/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:76 (find_package):
  29.   Could not find a package configuration file provided by "roscpp" with any
  30.   of the following names:
  31.  
  32.     roscppConfig.cmake
  33.     roscpp-config.cmake
  34.  
  35.   Add the installation prefix of "roscpp" to CMAKE_PREFIX_PATH or set
  36.   "roscpp_DIR" to a directory containing one of the above files.  If "roscpp"
  37.   provides a separate development package or SDK, be sure it has been
  38.   installed.
  39. Call Stack (most recent call first):
  40.   dct/CMakeLists.txt:10 (find_package)
  41.  
  42.  
  43. -- Could not find the required component 'roscpp'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
  44. CMake Error at /opt/poky/2.3.2/sysroots/x86_64-pokysdk-linux/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  45.   Could not find a package configuration file provided by "roscpp" with any
  46.   of the following names:
  47.  
  48.     roscppConfig.cmake
  49.     roscpp-config.cmake
  50.  
  51.   Add the installation prefix of "roscpp" to CMAKE_PREFIX_PATH or set
  52.   "roscpp_DIR" to a directory containing one of the above files.  If "roscpp"
  53.   provides a separate development package or SDK, be sure it has been
  54.   installed.
  55. Call Stack (most recent call first):
  56.   dct/CMakeLists.txt:10 (find_package)
  57.  
  58.  
  59. -- Configuring incomplete, errors occurred!
  60. See also "/home/jaronski/yocto_catkin_ws/build/CMakeFiles/CMakeOutput.log".
  61. See also "/home/jaronski/yocto_catkin_ws/build/CMakeFiles/CMakeError.log".
  62. Invoking "cmake" failed
Add Comment
Please, Sign In to add comment