Using boost library with toradex

Hello,
Is it possible to use boost library on toradex platform?
If yes, how to setup eclipse to work with boost?
Regards

Is it possible to use boost library on toradex platform?

Sure, boost is e.g. available in openembedded-core as can be seen from the layer index. Just add it to IMAGE_INSTALL of your resp. image recipe or append it via local.conf as explained in the following article on our developer website.

If yes, how to setup eclipse to work with boost?

Just build your cross tool chain the populate_sdk way and it will include resp. development headers. Then integrate it with Eclipse as usual.