Skip to content

ubuntu18.04.1配置qt交叉编译环境提示找不到 configure 文件 #7

Description

@yhm2046

我目前想在rk3308 32位平台上面开发qt程序,参考:https://blog.csdn.net/weixin_44031368/article/details/108076798
这个在自己写的auto.sh 脚本运行时候提示:./auto.sh: 2: ./auto.sh: ./configure: not found, 请问是什么原因?

auto.sh 内容如下:
#!/bin/sh
./configure
-prefix /home/cnd/Qt/qt-arm
-confirm-license
-opensource
-release
-make libs
-xplatform linux-aarch64-gnu-g++
-pch
-qt-libjpeg
-qt-libpng
-qt-zlib
-no-opengl
-no-sse2
-no-openssl
-no-cups
-no-glib
-no-dbus
-no-xcb
-no-separate-debug-info \

下载的qt源码包为:qt-everywhere-src-5.12.10

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions