Using Boost libraries - link errors

Hi,

I’m trying to build my CUDA Project using boost c++ libraries. Unfortunately I get link errors:
“/usr/bin/ld: skipping incompatible /usr/lib/libboost_system.so when searching for -lboost_system”

I assume the linked libraries are not suitable for this architecture… (arm64). Please show me where to find the right libraries.

Thanks,