orocos / soem

ROS package wrapping the Simple Open EtherCAT Master (SOEM) from https://github.com/OpenEtherCATsociety/SOEM

Home Page:http://wiki.ros.org/soem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile the soem library

wujinghust opened this issue · comments

when I make the makefile in soem directory, there is a error as fellow:

make: *** No rule to make target simple_test.o', needed bysimple_test'. Stop.

what should I do ? thank for you help。

Depending on what you exactly want to do you could also take a look at the
official repos and see if it is fixed there:
https://github.com/OpenEtherCATsociety/SOEM
This repos is a fork that is typically build as part of a catkin workspace
and uses cmake instead of the original instructions.

On Fri, Feb 26, 2016 at 12:03 PM wujinghust notifications@github.com
wrote:

when I make the makefile in soem directory, there is a error as fellow:

make: *** No rule to make target simple_test.o', needed bysimple_test'.
Stop.

what should I do ? thank for you help。


Reply to this email directly or view it on GitHub
#7.

Ruben Smits, Roboticist - Founder
+32 479 511 786
Intermodalics - Kapeldreef 60, 3001 Heverlee - BELGIUM
www.intermodalics.eu

Ignore the documentation, instead do:
cmake .
make
Worked for me.

Maintainers could also consider fixing the README :)

Readme updated, or rather, a new one added, clarifying thins for ROS...
I consider this fixed :-)