构建和使用 Qt Embedded 的经验

发布于 2024-07-23 18:57:12 字数 137 浏览 6 评论 0原文

我目前正在尝试在 ARM 架构的 Ubuntu 机器上编译和构建用于嵌入式 Linux 的 QT。 到目前为止,我在尝试制作时遇到了很多错误。 最大的一个是 2000 行 C++ 函数,它导致了编译器错误。 其他人对此有什么经验?您是如何解决这个问题的?

I am currently trying to compile and build QT for Embedded Linux on an Ubuntu box for ARM architecture. So far, I have run into MANY errors while trying to MAKE. The biggest one being a 2000 line C++ function which caused a compiler error. What are other peoples experiences with this and how did you fix it?

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

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

发布评论

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

评论(1

给不了的爱 2024-07-30 18:57:12

我的经验一直是有利的,因为:

您必须遵循 Qt 安装说明中的每一条说明,无一例外。 每次我遇到编译错误时,都是因为我试图快速完成,而不是阅读该特定平台的附加文档。

我会查看说明 - 可能需要先完成一些小事情,这很可能会消除您的错误。

My experience has always been favorable, given:

You must follow every single instruction in the installation instructions for Qt, without exception. Every time I've run into compilation errors, it's been because I tried to just do it quickly, instead of reading the attached documentation for that specific platform.

I'd review the instructions - there's probably some minor thing that needs to be done first, which will most likely eliminate your errors.

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