#linuxcnc-devel | Logs for 2015-06-27

Back
[07:12:03] <jthornton> git pull --rebase
[07:12:05] <jthornton> opps
[07:13:02] <KGB-linuxcnc> 03John Thornton 052.7 d0ec516 06linuxcnc 10docs/src/remap/structure.txt Docs: make anchors and index entries have consistent locations * 14http://git.linuxcnc.org/?p=linuxcnc.git;a=commitdiff;h=d0ec516
[11:42:28] <memleak> hi all, i'm working on building an RT kernel for ARM to use the hm2-eth driver (not parallel port, obv) but when I build linuxcnc, it automatically builds hm2-parport and results in undefined symbols in modules. Is there a way to build linuxcnc without parallel port in kernel? is modifying the makefile and pulling out the generation if hm2-parport.ko sufficient?
[11:42:35] <memleak> generation of*
[12:31:03] <alex4nder> memleak: you're building with ./configure --with-realtime=uspace?
[12:50:51] <memleak> ah maybe thats why.. i dont think i was
[14:13:36] <kwallace> Hello. I'm trying to create a G74 Peck Drill using remapping. My work so far is here: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?G74_-_Peck_Drilling/Face_Grooving
[14:14:59] <kwallace> I'm getting an error when I invoke G74: "Bug: call stack underrun
[14:14:59] <kwallace> Interpreter stack: - int Interp::leave_context(setup*, bool) - int Interp::execute_call(setup*, context*, int) - int Interp::convert_control_functions(block*, setup*) - int Interp::_execute(const char*)
[14:14:59] <kwallace> "
[14:16:57] <kwallace> I had G74 running okay but started to pare my code down to the minimum, so I must be missing an import, maybe? Any suggestions?