1. ./configure --cache=arm-linux
2. 修改arm-linux文件,把cc相关内容改成交叉编译工具链的编译工具。
3. ./configure --cache-file ./arm-linux
4. make install
交叉编译配置与安装详解
本文详细介绍了如何使用./configure命令配置交叉编译环境,修改arm-linux文件以使用特定的编译工具链,并通过makeinstall完成安装过程。
1. ./configure --cache=arm-linux
2. 修改arm-linux文件,把cc相关内容改成交叉编译工具链的编译工具。
3. ./configure --cache-file ./arm-linux
4. make install

被折叠的 条评论
为什么被折叠?