machinekit-hal
machinekit-hal copied to clipboard
Universal framework for machine control based on Hardware Abstraction Layer principle
I followed these instructions for building machine-hal packages: http://www.machinekit.io/docs/developing/machinekit-developing/ The only real change I had to do was to use the buildcontainerimage.py script in the debian directory rather than the...
The recent switch to CMake requires v. 3.22. A project I'm working on is based on Focal, which ships CMake v. 3.18. I'm submitting this issue mainly for tracking from...
I would like to dedicate this issue to tracking progress, ideas and problems with porting (and running) LinuxCNC@master atop the Machinekit-HAL@master. This discussion was already partially broached in machinekit/machinekit-hal#260, where...
While building with the documented command: cmake --build ./build --target binary_tree_venv I get the following warnings: WARNING: Url 'file:///home/pi/machinekit-hal/build//python_index/pyzmq/' is ignored: it is neither a file nor a directory. ......
With a clean Bullseye build on a RPi-3B I get dozens of errors while running "cmake --build ./build" which produce errors which are variations on the following: /tmp/ccur4T6u.s:1341: Error: selected...
The `rtapi_app` executable is currently setuid root for the following reasons I can think of: - Permission to run with elevated scheduling priority and `SCHED_FIFO` in `rt-preempt` threads - Permission...
The current project url is "https://machinekit.io" which redirects to a blog by Michael Haberler (@mhaberler?) which seems to have out of date ssl). The correct project website seems to be...
_This is and should be part of tackling of issue #200, of which the progress can be followe in #349._ Currently, the Debian packaging (pretty much the only active packaging,...
_This is part of tackling of issue #200, of which the progress can be followed in #349._ I think the public header files (as are installed on the system and...
_This is and should be part of tackling of issue #200, of which the progress can be followed in #349._ There seems to be a number of modules (for lack...