Support for starting dlt-daemon on QNX target #781
-
|
Hello, I've compiled dlt-daemon for aarch64le. Now I'm trying to execute the dlt-daemon in a QNX environment and I'm getting this error: All cmake variables are the default ones from https://github.com/COVESA/dlt-daemon/blob/master/qnx/build/common.mk Also with the generated lib I linked to a custom application, created the binary for aarch64le and I get the following issue: Did somebody faced this kind of errors and have an idea how to overcome them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello @cata2208 |
Beta Was this translation helpful? Give feedback.
-
|
The log image shows usage of FIFO, currently FIFO not yet support on QNX, please use UnixSocket instead! |
Beta Was this translation helpful? Give feedback.


The log image shows usage of FIFO, currently FIFO not yet support on QNX, please use UnixSocket instead!