[Home]RtLinux

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Difference (from prior major revision) (no other diffs)

Changed: 1,41c1
The following is copied from an email I sent to the emc-users
list on Jan 31 2005 14:43 UTC. These instructions are specifically
for someone running Linux kernel version 2.2.18 and using the RTLinux 3.0
realtime system. I believe this is a BDI-2.xx install.
If your system is different you will have different values for PLAT
but this is exactly the procedure you use.

If you get an error
about <pci/pci.h>, install the pciutils-devel package.
This was not installed by default on BDI-2.xx.

 -- cradek



Let's build emc1/cvs in a new directory:

mkdir emc-build
cd emc-build

[follow the directions on http://sourceforge.net/cvs/?group_id=6744]

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/emc login
[hit return at the password prompt]
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/emc co -P rcslib emc

[build rcslib]

cd rcslib
./buildrcs linux_2_2_18
./buildrcs rtlinux_3_0

[build emc]

cd ../emc/src
make PLAT=linux_2_2_18
make PLAT=rtlinux_3_0

[try it out!]

cd ..
./sim.run





LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions
Last edited June 20, 2009 8:46 am by JeffEpler (diff)
Search:
Published under a Creative Commons License