./configure 交叉编译,一般流程

./configure xxx
make
make instal

结合我自己的编译工具,一般我的编译选项如下

./configure --prefix=install_dir --host=arm-linux-gnueabihf-gcc CC=arm-linux-gnueabihf-g++

具体configure支持那种设置可以通过如下指令查看

./configure --help 

其他常见配置如下

./configure 交叉编译库时所最常用到的配置

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
猜你喜欢
  • 2021-11-12
  • 2022-01-15
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案