kascefire.blogg.se

Install pthread c raspberry pi
Install pthread c raspberry pi







install pthread c raspberry pi

Looking for pthread_create in pthread - found Looking for pthread_create in pthreads - not found Using CATKIN_TEST_RESULTS_DIR: /home/ws/build/test_results Using PYTHON_EXECUTABLE: /usr/bin/python Found PythonInterp: /usr/bin/python (found version "2.7.12") This workspace overlays: /opt/ros/kinetic Using CMAKE_PREFIX_PATH: /opt/ros/kinetic Using CATKIN_DEVEL_PREFIX: /home/ws/devel

install pthread c raspberry pi

Check for working CXX compiler: /opt/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ - works Check for working CXX compiler: /opt/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ Check for working C compiler: /opt/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc - works Check for working C compiler: /opt/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc

install pthread c raspberry pi

The CXX compiler identification is GNU 4.9.3 The C compiler identification is GNU 4.9.3 # Running command: "cmake /home/ws/src -DCMAKE_TOOLCHAIN_FILE=/opt/tools/toolchain.cmake -DCATKIN_DEVEL_PREFIX=/home/ws/devel -DCMAKE_INSTALL_PREFIX=/home/ws/install -G Unix Makefiles" in "/home/ws/build" Set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)Īnd this is the error that it throws catkin_make -DCMAKE_TOOLCHAIN_FILE=/opt/tools/toolchain.cmake Set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) Set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) # Have to set this one to BOTH, to allow CMake to find rospack Set(CMAKE_FIND_ROOT_PATH /opt/rpi) # change this accordingly Set(CMAKE_CXX_COMPILER /opt/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-g++) Set(CMAKE_C_COMPILER /opt/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc) Here is the CMake tool that I'm using currently. I copy the PI_ROOT to /opt/rpi and I was modifying some symbolic links that was broken, and could sort some errors. I've tried EROS, CodeSourcery, Raspberry Tools and nothing works, always get libraries errors. I started reading about cross compiling in general and I think is what I need but the problem is, altough there are so much information about cross compiling for RPI there are not information up to date for cross compiling along with ROS. I'm using Kinetic for developing packages that works in RPI but when I try to compile on RPI, it freezes.









Install pthread c raspberry pi