基于IMX53(freescale) ARM架构平台, Ubuntu20.xx版本下交叉编译Qt4.8.7

文章目录

    • 准备工作
      • 准备好IMX53(freescale) 交叉编译器
      • 准备 qt4.8.6 源码
    • 交叉编译Qt4.8.7
      • 介绍下Qt4.8.7 configure 参数
    • 编写配置脚本
    • 配置,编译,安装
      • 运行配置脚本:
      • 执行make命令
      • make期间错误解决
        • 错误一、死活找不到 make[1]: arm-linux-g++: Command not found
        • 错误二:error: 'class Ui::QPageSetupWidget' has no member named 'xxxxx' (make[1]: *** [Makefile:134049: .obj/release-static-

你可能感兴趣的:(Qt,for,embedded,Qt4.8.7交叉编译,Qt4,交叉编译,Qt交叉编译,Qt4移植arm,imx53,Qt移植)