Robotics StackExchange | Archived questions

Unable to make Cyton Gamma Package

I am using Ubuntu 14.04 with Indigo. I am unable to make the cyton gamma package due to an incompatible lib file. See the error message below. Has anyone tried the Cyton with ROS later than Feurte, and Ubuntu later than 12.04 (these seem to be the last versions used on the Cyton message boards).

  /usr/bin/ld: skipping incompatible /home/labuser/ros_ws/cyton/lib/libecActinSE.so when searching for -lecActinSE
  /usr/bin/ld: cannot find -lecActinSE
  collect2: error: ld returned 1 exit status
  make[3]: *** [../bin/guide_frame_node] Error 1
  make[3]: Leaving directory `/home/labuser/ros_ws/cyton/build'

I encounter several errors of this type. Thanks for any help. Paul.

Asked by Paul0nc on 2015-09-11 10:49:07 UTC

Comments

Are you linking 32bit libraries to object files compiled on a 64bit system by any chance? That won't work, hence the error (check with file /path/to/libecActinSE.so). This suggests there are updated libraries available.

Asked by gvdhoorn on 2015-09-12 01:19:02 UTC

Answers