Experience building and using Qt Embedded

2019-07-16 12:42发布

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?

2条回答
唯我独甜
2楼-- · 2019-07-16 13:12

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.

查看更多
不美不萌又怎样
3楼-- · 2019-07-16 13:23

Suggest you follow the installation instructions at

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

查看更多
登录 后发表回答