wolfv / wpi-rover

Automatically exported from code.google.com/p/wpi-rover
1 stars 0 forks source link

failing to compile ... #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. rosmake EposManager

What version of the product are you using? On what operating system?

Ubuntu 12.04
ROS Groovy

The output looks like this:

  Linking CXX executable ../bin/EposManager
  /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libEPOS.so when searching for -lEPOS
  /usr/bin/ld: skipping incompatible /usr/lib/../lib/libEPOS.so when searching for -lEPOS
  /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../libEPOS.so when searching for -lEPOS
  /usr/bin/ld: skipping incompatible /usr/lib/libEPOS.so when searching for -lEPOS
  /usr/bin/ld: cannot find -lEPOS
  collect2: ld returned 1 exit status

Original issue reported on code.google.com by krakadil.gena on 9 Aug 2013 at 3:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
That error says you didn't install libEPOS correctly

Original comment by w.vollpr...@gmail.com on 19 Mar 2014 at 5:52

GoogleCodeExporter commented 9 years ago
I have came across this same error is it to do with using a 64 bit system? 

Original comment by ryan.jam...@gmail.com on 21 Mar 2014 at 12:06

GoogleCodeExporter commented 9 years ago
Yes, the libEPOS supplied by Maxon does not work on 64-bit systems.

Original comment by j.l.am...@gmail.com on 23 Mar 2014 at 9:03