Cross-Compiling Boost
Cross-Compiling Boost When cross-compiling, be sure to configure sysroot. Everyone online claims they got it built without configuring it — they don’t even pretend. And no one knows who copied whose article. Getting Started Download the latest Boost archive from the official website. I tested it with the Yocto cross-compilation toolchain and 1.86.0 works fine. Unpack it and enter the directory, then run the following command to generate the b2 executable and configure the install destination: ...