Cross-Compiling Boost on Windows for Raspberry Pi using SysGCC Toolchain and MinGW
问题 I currently trying to cross-compile Boost 1.64.0 on Windows 7 (64bit) for the Raspberry Pi (running Jessie) using the Raspberry SysGCC 4.9.2 Toolchain and MinGW 6.3.0. I installed everything to the following directories: Boost to C:\Boost\1.64.0 SysGCC to C:\SysGCC\Raspberry MinGW to C:\MinGW\6.3.0 Added the bin folders of SysGCC and MinGW to the global PATH variable: C:\SysGCC\Raspberry\bin C:\MinGW\6.3.0\mingw32\bin And created a user-config.jam with the following content in my home