<p dir="ltr">Sir,<br>
I found that Orocos RTT works only for boost 1.54.Most other versions do not use a serialization::array_wrapper template rather than array.So I could finally manually compile an Orocos RTT component for gnu Linux.</p>
<p dir="ltr">Adapting the component for RTEMS had a problem.I was using libpthread.so for gnu Linux ,which could not be used for rtems as it is not a static library.I could not find in thread library with .a extension i.e a static thread library in my local 4.11.0-rc3 build. So which thread library shall I use for building my RTT component for RTEMS?<br>
Regards<br>
Sambeet</p>