在ubuntu上交叉编译Boost 1.57.0 for arm
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在ubuntu上交叉编译Boost 1.57.0 for arm相关的知识,希望对你有一定的参考价值。
我是新的交叉编译过程。需要跨臂编译boost库。请建议步骤交叉编译boost库。是否有可能交叉编译boost库所需的功能?
答案
要使用以下步骤交叉编译boost库:
- 引导代码: ./bootstrap.sh
- 编辑修改配置文件(project-config.jam)以使用ARM工具链,将行替换为“using gcc”: 使用gcc:arm:arm-linux-gnueabihf-g ++;
- 构建并安装boost库: ./bjam install toolset = gcc-arm --prefix = / usr / local / boost
注意:工具链必须在PATH中
以上是关于在ubuntu上交叉编译Boost 1.57.0 for arm的主要内容,如果未能解决你的问题,请参考以下文章
在 Ubuntu 中在 32 位上交叉编译 64 位程序时缺少包含“bits/c++config.h”