ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Compiling PCL on Pandaboard, linking error

asked 2012-04-18 10:45:04 -0500

Hansg91 gravatar image

updated 2014-01-28 17:12:00 -0500

ngrennan gravatar image

Hello,

I've been stuck for a while now trying to get PCL to compile on my Pandaboard. The issue is with some libvtk library, which I've never heard of. Searching google did not yield much promising results either.

The linking error I'm getting is this :

/usr/lib/gcc/arm-linux-gnueabi/4.6.1/../../../../lib/libvtkIO.so: undefined reference to `__aeabi_d2lz@libmysqlclient_16'
/usr/lib/gcc/arm-linux-gnueabi/4.6.1/../../../../lib/libvtkIO.so: undefined reference to `__aeabi_f2lz@libmysqlclient_16'
/usr/lib/gcc/arm-linux-gnueabi/4.6.1/../../../../lib/libvtkIO.so: undefined reference to `__aeabi_f2ulz@libmysqlclient_16'
/usr/lib/gcc/arm-linux-gnueabi/4.6.1/../../../../lib/libvtkIO.so: undefined reference to `__aeabi_d2ulz@libmysqlclient_16'

Some mismatch with libmysqlclient and libvtk? I don't know what to do from here, any help is appreciated.

edit retag flag offensive close merge delete

Comments

Please post a link to which directions you are following for compiling PCL. Also, if this is PCL-standalone, not trying to compile PCL in ROS on a Pandaboard, you should probably send email to the pcl-users mailing list.

Eric Perko gravatar image Eric Perko  ( 2012-04-18 10:59:54 -0500 )edit

This is the perception_pcl stack, which was downloaded through ROS Desktop Full installation. I did not follow any directions other than the installation guide of ROS for Ubuntu. After that I added pcl as dependency and let it compile, with --rosdep-install added.

Hansg91 gravatar image Hansg91  ( 2012-04-18 11:07:59 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-04-18 11:20:50 -0500

tfoote gravatar image

pcl needs the newer version of mysql. Unfortunately there's a patch which breaks the ABI. Make sure you have the lucid-updates repository added and update mysql.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-18 10:45:04 -0500

Seen: 570 times

Last updated: Apr 18 '12