On 29 Dec 2013, at 20:40, Charles Steinkuehler <[email protected]> wrote:
> LinuxCNC has a "run in place" feature, from the directory where you > built the code, just run "scripts/rip-environment" and you'll be setup > to run the build in that directory. Different shell windows can be > setup to run different versions of LinuxCNC. If you want to do this, > make sure to comment out where the rip-environment script is run at the > end of /home/linuxcnc/.bashrc! I’m finally getting somewhere. I kept getting nowhere so I decided to start with a clean slate before diving in a bleeding edge branch. That’s the future thing to try when I have a working something. Easier to compare about what’s not working. basically i - copied the ~/linuxcnc folder to ~/linuxcnc-dev - downloaded lineardeltakins kinematics files from jepler branch - changed the Makefile so they would compile (who had imagined I copy-paste with vi faster than with the mouse :-) ) - cd to /src - $ .autogen.sh - $ ./configure --with-xenomai --with-posix --with-platform=beaglebone - $ make - $ sudo make setuid - $. ../scripts/rip-environment now i commented out the line in ~.bashrc but somehow the configuration path keeps pointing to the original ~linuxcnc/ directory is that a known issue? I checked and tried changing in /scripts/linuxcnc the path but no avail. as a quick and dirty solution i set op my .hal and .ini files with paths to my development folder and placed them in the original folder. This work and loads the lineardeltakins kinematics. Tomorrow I’ll research the homing and setting of the variables (Delta Radius, offsets etcetera) of the kinematics thru the .ini file ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
