PDA

View Full Version : Compiling Problem qt/embedded 4.4.1 linux scratchbox arm



hw
11th September 2008, 19:25
Hello,

I got stuck on compiling the qt/embedded source for linux/arm via scratchbox on an x86 system and hope that someone here could help me....

Source: qt-embedded-linux-opensource-src-4.4.0 or qt-embedded-linux-opensource-src-4.4.1 ( problems are the same)
scratchbox: 1.0.10 on Debian Etch with qemu-arm transparent feature
Compiler: gcc/g++ 4.0.1

after the maxPathName-patch the

./configure -embedded arm

runs without any error
(maxPathName-patch: got problems during configure with memory-allocation errors caused by /src/corelib/io/qfsfileengine_iterator_unix.cpp - changed maxPathName=34240 before new char[maxPathName])

but the make gets stuck with this:

...
mv -f libQtNetwork.so.4.4.0 libQtNetwork.so libQtNetwork.so.4 libQtNetwork.so.4.4 ../../lib/
make[1]: Leaving directory `/home/armdev/qt-embedded-linux-opensource-src-4.4.0/src/network'
cd src/gui/ && make -f Makefile
make[1]: Entering directory `/home/armdev/qt-embedded-linux-opensource-src-4.4.0/src/gui'
/home/armdev/qt-embedded-linux-opensource-src-4.4.0/bin/qmake -spec ../../mkspecs/qws/linux-arm-g++ -unix -o Makefile gui.pro
make[1]: *** [Makefile] Error 126
make[1]: Leaving directory `/home/armdev/qt-embedded-linux-opensource-src-4.4.0/src/gui'
make: *** [sub-gui-make_default-ordered] Error 2


I've no real idea here...

Is it right, that the /src/gui/.uic/release-share-emb-arm directory is empty ??

Could it be a qemu issue ?

Am I the only one with this problem ? :crying:

Thanks in advance

HW