-
The HAL C API provides two features with dubious usefulness:
- HAL params: very similar to pins, except they cannot be linked to.
- HAL name aliases: an obscure and unused feature to provide an alias …
-
I'd like to provide support code compilation for Zynq processors used for example in the Zedboard platform: http://zedboard.org/product/zedboard
I've already succesfully ported the Linuxcnc 2.5 base …
-
```
Protobuf files can have import statements and include directories, so the full
dependency tree is not known by the build system before executing protoc. This
makes it hard for the build system t…
-
We need to use the (generated) manpages for building .asciidoc files that represent homo-sapiens readable documentation of i.e. the components and drivers. Buildbot thing for pushing to machinekit-man…
-
I'm building the latest on my 64 bit machine and noticed the following error
```
machinekit@debianXW6600:~/MK/machinekit/src$ git log
commit dbee84839df93e77a9729347de0a020171c1a283
Merge: b94e955 9d…
-
currently those daemons bind to IPv4 addresses only.
this should be fixed so by default binding would happen for IPv4 and IPv6
-
With the removal of pasm from the binary packages (see issue #265), it may be desirable to add pasm to the machinekit-dev package.
This is only useful for folks writing custom PRU code (which is non-…
-
```
Protobuf files can have import statements and include directories, so the full
dependency tree is not known by the build system before executing protoc. This
makes it hard for the build system t…
-
Just tried to do a debian build, to test the resultant package.
Failed each time with an error from the boost packages
Am I doing something wrong? or is there an issue here?
''''
Wheezy 7.7
stock w…
-
I am having problems generating a Machinekit image with the RCN build scripts because the postinst script violates Debian policy. The postinst script is directly calling init scripts to restart loggi…