using rtiddsconnext-connector on arm8

2 posts / 0 new
Last post
Offline
Last seen: 5 years 6 months ago
Joined: 07/31/2018
Posts: 1
using rtiddsconnext-connector on arm8

Hello,  I noticed in the rti connecotor :

https://github.com/rticommunity/rticonnextdds-connector/tree/master/lib

There is support for ARM 6 & 7, but no arm8.  Is the source code available for me to compile the librtiddsconnector.so library for arm8?

I am running a nodeJS app with DDS hooks on an arm8 chip.  The system works great running on a traditional architecture, but of course can't find the shared library when running on arm8.

 

 

Keywords:
gianpiero's picture
Offline
Last seen: 2 months 2 days ago
Joined: 06/02/2010
Posts: 177

Hello Samuel,

Thanks for writing about the connector. Did you try to run connector using the armv6 or armv7 lib? Even on armv8 it should work. To do so you have to modify the rticonnextdds-connecotor.js or rticonnextdds_connector/rticonnextdds_connector.py. 

At the top of those file there is the simple logic to modify in order to force loading a different library. 

If that is not good enough, Connector is not opensource, but  I would suggest you contact your local Connext representative: he should be able to help you get the right library. 

Gianpiero