You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to compile the plugins with RTI Connext DDS 6.1.0
I tried to change the CMakeLists.txt file to point to RTIConnextDDS 6.1.0
But i am getting the following error:
/usr/bin/ld: /usr/lib/rti_connext_dds-6.1.0/lib/x64Linux4gcc7.3.0/libnddscorez.a(PsRemoteTopicQuery.c.o): warning: relocation against `PRESPsServiceRemoteTopicQueryIterator_next' in read-only section `.text'/usr/bin/ld: /usr/lib/rti_connext_dds-6.1.0/lib/x64Linux4gcc7.3.0/libnddscorez.a(PsRemoteTopicQuery.c.o): warning: relocation against `PRESPsServiceRemoteTopicQueryIterator_next' in read-only section `.text'
/usr/bin/ld: /usr/lib/rti_connext_dds-6.1.0/lib/x64Linux4gcc7.3.0/libnddscz.a(Log.c.o): relocation R_X86_64_PC32 against symbol `DDSLog_g_submoduleMask' can not be used when making a shared object; recompile with -fPIC/usr/bin/ld: final link failed: bad valuecollect2: error: ld returned 1 exit statusmake[2]: *** [CMakeFiles/gstconnextsink.dir/build.make:111: bin/libgstconnextsink.so] Error 1make[1]: *** [CMakeFiles/Makefile2:126: CMakeFiles/gstconnextsink.dir/all] Error 2make[1]: *** Waiting for unfinished jobs..../usr/bin/ld: /usr/lib/rti_connext_dds-6.1.0/lib/x64Linux4gcc7.3.0/libnddscz.a(Log.c.o): relocation R_X86_64_PC32 against symbol `DDSLog_g_submoduleMask' can not be used when making a shared object; recompile with -fPIC/usr/bin/ld: final link failed: bad valuecollect2: error: ld returned 1 exit statusmake[2]: *** [CMakeFiles/gstconnextsrc.dir/build.make:111: bin/libgstconnextsrc.so] Error 1make[1]: *** [CMakeFiles/Makefile2:99: CMakeFiles/gstconnextsrc.dir/all] Error 2make: *** [Makefile:149: all] Error 2
Did anyone successfuly compile the plugins with 6.1.0?
The text was updated successfully, but these errors were encountered:
Is it possible to compile the plugins with RTI Connext DDS 6.1.0
I tried to change the CMakeLists.txt file to point to RTIConnextDDS 6.1.0
But i am getting the following error:
Did anyone successfuly compile the plugins with 6.1.0?
The text was updated successfully, but these errors were encountered: