NI Linux Real-Time Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Boost library - anyone tried with cRIO/myRIO?

Hello Guys,

I wonder if any one of you tried to compile Boost libraries to use them in cRIO or myRIO project?

This came to my mind as I try do develop simple application for myRIO in C++11 and I really miss it. I am especially interested in TCP/IP connection. (I am aware of solution presented here: https://decibel.ni.com/content/docs/DOC-44581).

Any ideas will be apreciated

Cheers!

Message 1 of 5
(3,450 Views)

Hi frebiee,

Were you ever able to compile Boost libs, or find any more info? I have a NI Linux Real-Time RIO unit. I need to use Boost asio for RS232 comm. Thanks!

0 Kudos
Message 2 of 5
(3,233 Views)

To be honest, I didn't try yet, but as far as toolchain for x86 Linux is available it seems that it should not be a big problem.

For now I do not have enough free time (sigh...) to try to compile it by myself.

0 Kudos
Message 3 of 5
(3,233 Views)

Hi,

I don't know if this helps, but the boost libraries are available on the NI repository in package format.  I needed the -dev version to compile the rtl-sdr library on the myrio...

admin@NI-myRIO-1900-03054707:~# opkg list | grep boost

boost - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

boost-dbg - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries - Debugging files  Free

boost-dev - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries - Development files

boost-serialization - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

boost-staticdev - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries - Development files

boost-test - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-atomic1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-chrono1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-date-time1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-filesystem1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-graph1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-iostreams1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-program-options1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-regex1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-signals1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-system1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

libboost-thread1.57.0 - 1.57.0-r0.4 - Free peer-reviewed portable C++ source libraries  Free peer-reviewed

Message 4 of 5
(3,233 Views)

Looks like my "sbRIO" board has similar list, thanks for the suggestion!

0 Kudos
Message 5 of 5
(3,233 Views)