-
The resulting deb package from the current master works but compiling out-of-tree HAL components fails with the following error:
```
/usr/share/linuxcnc/Makefile.modinc:68: /usr/src/Makefile.inc: No …
-
Ok, so the PR for #328 was submitted to Charles' repo to fix the config-pin script. There is still the `sudo -A su -c ...` construct in line 43 of `/usr/share/linuxcnc/examples/sample-configs/ARM/Beag…
-
Currently the number of desired instances of a HAL modules must be known at module load time and cannot be changed once a module is loaded. This is very limiting in the new distributed HAL and Machin…
-
Let's see what we have; this first issue entry is just taking stock of the status quo (I'm moving this to the tracker so it's all in one place and new joiners get up to speed without wading through ma…
-
while stable, halcmd leaves to be desired as a general scripting language, see this thread: https://groups.google.com/forum/#!topic/machinekit/lzyecA4f5Wg
One route is to develop new, extended and m…
-
Same problem from a fresh clone and a repo updated by a git pull
Part way through build fails at same place, is there a header missing?
rtapi/rtapi_msgd.cc: In function ‘void check_memlock_limit(con…
-
The hal_bb_gpio and hal_pru_generic drivers to not seem to be included in the BeagleBone machinekit packages.
-
I hope this is the right place for this.
I am starting the whole process from scratch. As what a complete new user would do. I am writing down all the things that I have to do.
When I run the setuid …
-
Add Hal pins to the primary joints of lineardeltakins to better support calibration
-
The current unit test system has a number of problems:
- It is unable to handle stderr and stdout redirections properly, making it impossible to include debug output in the test log, a big problem esp…