forked from redheli/ethercat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (26 loc) · 906 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Notice
------
This is a reduced version of https://github.com/redheli/ethercat which exports a cmake configuration to find_package everything.
Only the eml-svn subfolder of the package is actually used for the PR2 robot, so I removed everything else and turned it into a top-level folder.
Original README content below
-----------------------------
For building using the eCos OS:
Make sure your $PATH variable contains the path to the ecos cross compiler
# export ECOS_REPOSITORY=/path/to/ecos/packages
# mkdir build-ecos
# ccmake ..
Configure to your wishes, and generate the makefiles if everything
is fine
# make
For building using RTNet/Xenomai:
Requirements: Xenomai 2.2 or higher
RTNet 0.96 or higher
ccmake 2.4
The actual build:
# mkdir build-rtnet
# cd build-rtnet
# ccmake ..
Configure to your wishes, and generate the makefiles if everything
is fine
# make
# make install