Error with libpcl_surface.so while compiling PCL (Raspberry Pi 2)

asked 2015-09-21 10:36:42 -0500

teddy92 gravatar image

Hello, I'm building ROS on the Raspberry Pi 2. I succesfully built the desktop-version following the tutorial on the wiki. Now I'm trying to build the PCL-library from this source because there isn't the package libpcl-all on Raspbian. Now, while compiling, I get an error everytime a package has libpcl_surface.so as dependency:

../lib/libpcl_surface.so.1.7.2:undefined reference to '__sync_val_compare_and_swap_8'

Did I understand it right that in my case I have to build it from source and then install perception_pcl?

I hope someone can help me because I'm trying to do this since two days... Thank you

edit retag flag offensive close merge delete