views:

936

answers:

2

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?

+5  A: 

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.

Reed Copsey
A: 

Suggest you follow the installation instructions at

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

Henrik Hartz
That's what I followed...
bryce
So I am rebuilding the embedded 4.4.0 version (which previously built without a problem) for my development computer. I will install that and then make confclean the directory followed by a configure and build for the ARM board. I believe that would then be the correct interpretation of the install guide.
bryce