Rebuild emc2

More
24 Feb 2010 07:39 #2030 by eslavko
Rebuild emc2 was created by eslavko
Hello..

I have cnc&controller perfectly work with TurboCnc. But I realy want to try EMC (I want CV working).
As my driver is phase driven and (my) phase sequence isn't supported by default I decide to write my own.

I have ubuntu 8.04 and emc2 (isn't recent one - aj07 EMC ver 2.2.5 ) and I folow wiki how to build from source.

wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Ins...ge_already_installed

I got trougth proces without error. But something is still wrong. When I execute emc I got that version 2.2.5 is running but I was download version 2.3 and compiled.
Is there some missing step?

Exact procedure:

sudo apt-get build-dep emc2
sudo apt-get install build-essential autoconf

sudo apt-get install git-core gitk git-gui
git clone git://git.linuxcnc.org/git/emc2.git emc2-dev

git branch --track v2_3_branch origin/v2_3_branch
git checkout v2_3_branch

cd src
./autogen.sh
./configure --enable-run-in-place
make
sudo make setuid

Please Log in or Create an account to join the conversation.

More
24 Feb 2010 10:16 #2033 by acemi
Replied by acemi on topic Re:Rebuild emc2
After "sudo make setuid", to run EMC:

cd ..
source scripts/emc-environment
emc

Please Log in or Create an account to join the conversation.

More
24 Feb 2010 22:07 #2048 by eslavko
Replied by eslavko on topic Re:Rebuild emc2
thanks...

Please Log in or Create an account to join the conversation.

Time to create page: 0.200 seconds
Powered by Kunena Forum