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?
相关问题
- QML: Cannot read property 'xxx' of undefin
- Is shmid returned by shmget() unique across proces
- QTextEdit.find() doesn't work in Python
- how to get running process information in java?
- Angular: ngc or tsc?
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.
Suggest you follow the installation instructions at
http://doc.trolltech.com/4.5/qt-embedded-install.html