在 Qt 中安装嵌入式 Linux 时出现问题

发布于 2024-11-10 15:59:10 字数 299 浏览 7 评论 0原文

我正在按照这篇文章为嵌入式linux安装qt我的主机(运行 Ubuntu)。到目前为止,我成功地 ./configure 了它,但是当我输入“make”或“make install”时,它给出了以下错误:

make: * 未指定目标且未找到 makefile。停止。

我是 Linux 新手,所以我不知道我是否在这里遗漏了明显的内容,所以如果您能帮助我,我将不胜感激。

I'm following this article to install qt for embedded linux on my host machine (which runs Ubuntu). So far, I successfully ./configure'd it but when I type "make" or "make install" it gives this error:

make: * No targets specified and no makefile found. Stop.

I'm a Linux newbie so I don't know if I'm missing obvious here, so I'd appreciate if you could help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暗藏城府 2024-11-17 15:59:10

将命令行更改为此解决了我的问题。 ./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix \ /usr/local/qt -little-endian -webkit -no-qt3support -no-cups -no-largefile \ -optimized-qmake -no- openssl -nomake 工具 -qt-mouse-tslib -qt-kbd-linuxinput

Changing command line to this solved my problem. ./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix \ /usr/local/qt -little-endian -webkit -no-qt3support -no-cups -no-largefile \ -optimized-qmake -no-openssl -nomake tools -qt-mouse-tslib -qt-kbd-linuxinput

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文