-
e.g. under a Xenomai kernel:
```
./configure --with-posix && make && sudo make setuid
. ../scripts/rip-install
flavor
```
returns `xenomai`, even though the above builds only POSIX modules.
-
As reported on the machinekit group (https://groups.google.com/d/msg/machinekit/NeZXwHa2FqU/BYlLLXJiRuEJ) linuxcnc fails repeatedly on the same line with...
> 14: Unexpected realtime delay on RT thre…
-
the `hal_bb_gpio` HAL component shared object seems to be missing from the current version of the Debian packages.
Looking at the buildbot output I found this error message, not sure it is related:
…
-
Having commited change sets that get the sdk to compile out of the box with qc 3.3x the qtquick_install.sh script is broken once again within the same 24 hours. As it now installs qt 5.4.1 (ok) (but n…
-
In most comps/icomps float, int and other standard data types are whereas the HAL data types should be used. Unwanted type conversions in C can lead almost unfindable heisenbugs. Therefore I propose a…
-
Ok, so I've moved to the issues log from the email thread of the same title where I reported a real kerfuffle occurs when I invoke `sudo scripts/apt-installbuilddeps` while following along http://mach…
-
Fedora, openSUSE
koppi updated
9 years ago
-
I found machinekit wouldn't compile due to hal_zed_gpio.c missing,
``` c
#include
```
The error I got,
```
hal/drivers/hal_zed_gpio.c:272:5: error: unknown type name ‘FILE’
hal/drivers/hal_zed_gpi…
-
`rt.newinst()` does not behave similar to newinst in halcmd. newinst in halcmd does automatically loadrt the instantiable component if not already loaded in comparision the Python API call just trows …
-
As of this date, the docs in the machinekit repo are still basically linuxcnc docs.
The Readme in the machinekit directory is very misleading (and it is the first thing anyone coming to https://githu…