Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
problem about compile qt/e 3.3.4
I use these tools
fedora 3 kernel 2.6.9-1.667
tmake-2.12
qt-embedded-free- 3.3.4
qt-x11-free-3.3.5
arm-linux-gcc-3.4
arm-elf-gcc-3.2.1
then
export TMAKEDIR=/home/client/tmake-2.12
export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++
export PATH=$TMAKEDIR/bin:$PATH
export TMAKEPATH PATH
export QT2DIR=/home/client/qt-x11-free-3.3.5
export QTDIR=QT2DIR
export QTDIR=/home/client/qt-3.3.4
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH LD_LIBRARY_PATH
arm-linux-gcc and arm-elf-gcc path have set
cp /usr/include/fenv.h /home/client/qt-3.3.4/include
cd /home/client/qt-3.3.4
./configure -embedded arm -shared -no-cups -no-ipv6 -no-gfx-qvfb -qconfig
make
arm-linux-g++ -W1, -rpath /lib -o t1.obj/release-shared-emb-arm/main.o
-L/home/qt3.3.5/lib -lqte -ldl
/home/client/qt-3.3.5/lib/libqte.so: undefined reference to `fesetenv'
/home/client/qt-3.3.5/lib/libqte.so: undefined reference to `feholdexcept'
collect2: ld returned 1 exit status
make[3]: *** [../../bin/assistant] wrong 1
make[3]: Leaving directory `/home/client/qt-3.3.5/tools/assistant'
make[2]: *** [sub-assistant] wrong 2
make[2]: Leaving directory `/home/client/qt-3.3.5/tools'
make[1]: *** [sub-tools] wrong 2
make[1]: Leaving directory `/home/client/qt-3.3.5'
make: *** [init] wrong 2
please help me thanks
RE: problem about compile qt/e 3.3.4
Hi,
try to remove -qvfb and add -qconfig qpe option to configue.
I Love Open Source Software!