Experience building and using Qt Embedded

半世苍凉 提交于 2020-01-15 05:05:31

问题


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?


回答1:


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.




回答2:


Suggest you follow the installation instructions at

http://doc.trolltech.com/4.5/qt-embedded-install.html



来源:https://stackoverflow.com/questions/1002667/experience-building-and-using-qt-embedded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!