mq with QNX Neutrino 6.2.1

Hi,

I have a target running with a QNX Neutrino 6.2.1.
To launch mq, I have added the libs libc.so.2 etc.
Despite this I got the errors:

unknown symbol: ChannelCreateExt
unknown symbol: ChannelConnectAttr
Could not resolve all symbols

Is there any way to get mq running on this target?

Best regards,
MOSTMAN

MOSTMAN wrote:

I have a target running with a QNX Neutrino 6.2.1.
To launch mq, I have added the libs libc.so.2 etc.
Despite this I got the errors:
unknown symbol: ChannelCreateExt
unknown symbol: ChannelConnectAttr
Could not resolve all symbols

Those symbols are in the libc, but they correspond to kernel calls
into proc (async messaging, on which mq is built). So you need
suitable version of libc and proc; from looking through the revision
history async messaging was introduced in 6.3.0 not 6.2.1.

Is there any way to get mq running on this target?

Upgrade it to 6.3.0.SP1?